commit e931138296d4b10162b69117da49bbf3f300ade9 parent 4b4d412f2288f3112a09ed822bfacd3682d88fe7 Author: sin <sin@2f30.org> Date: Wed, 14 May 2014 16:15:57 +0100 Add comment Diffstat:
M | parser.h | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/parser.h b/parser.h @@ -12,9 +12,11 @@ enum objtype { struct object { enum objtype type; union { + /* error */ struct { char *s; } err; + /* eof */ struct { char *s; } eof;