summaryrefslogtreecommitdiff
path: root/odb/pragma.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pragma.cxx')
-rw-r--r--odb/pragma.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/odb/pragma.cxx b/odb/pragma.cxx
index d92039b..a88a9ec 100644
--- a/odb/pragma.cxx
+++ b/odb/pragma.cxx
@@ -2326,8 +2326,8 @@ handle_pragma (cxx_lexer& l,
tt = l.next (tl, &tn);
break;
}
- // Fall throught.
}
+ // Fall through.
case CPP_SCOPE:
{
// We have a potentially scopped enumerator name.
@@ -2356,9 +2356,8 @@ handle_pragma (cxx_lexer& l,
<< p << endl;
return;
}
-
- // Fall through.
}
+ // Fall through.
case CPP_NUMBER:
{
switch (TREE_CODE (tn))