Skip to content

Commit

Permalink
more typedefs, less characters
Browse files Browse the repository at this point in the history
  • Loading branch information
tabascoeye committed May 22, 2014
1 parent df40565 commit 01d4c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

enum symbol_types { SYMBOL, OPENING_BRACE, CLOSING_BRACE };

struct object * parse_string(char *s);
object * parse_string(char *s);

#endif

0 comments on commit 01d4c73

Please sign in to comment.