summaryrefslogtreecommitdiff
path: root/bcc/scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/scan.h')
-rw-r--r--bcc/scan.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bcc/scan.h b/bcc/scan.h
index 5333e96..98db208 100644
--- a/bcc/scan.h
+++ b/bcc/scan.h
@@ -7,7 +7,7 @@
/* scanner codes */
-enum
+enum scan_states
{
/* The first group of entries consists of all the values that occur in the
switch for cppscan().
@@ -148,6 +148,7 @@ enum
STATICDECL,
TYPEDEFDECL,
+ ASMSYM,
BREAKSYM,
CASESYM,
CONTSYM,