index
:
sparse/sparse-dev.git
Sparse's development tree with unstable git history
Chris Li
about
summary
refs
log
tree
commit
diff
stats
homepage
path:
root
/
symbol.h
diff options
Diffstat
(limited to 'symbol.h')
-rw-r--r--
symbol.h
1
1 files changed, 1 insertions, 0 deletions
diff --git a/symbol.h b/symbol.h
index 712fb22e..d1e2b154 100644
--- a/
symbol.h
+++ b/
symbol.h
@@ -42,6 +42,7 @@ enum type {
SYM_TYPEDEF,
SYM_MEMBER,
SYM_BITFIELD,
+ SYM_ELLIPSIS,
};
struct ctype {