parser: Remove the unused attribute alignment from struct declaration_specifiers_t.
[cparser] / symbol_table.h
index 21c9169..55e8460 100644 (file)
@@ -1,10 +1,14 @@
+/*
+ * This file is part of cparser.
+ * Copyright (C) 2012 Matthias Braun <matze@braunis.de>
+ */
 #ifndef SYMBOL_TABLE_H
 #define SYMBOL_TABLE_H
 
 #include "symbol.h"
 #include "adt/obst.h"
 
-symbol_t *symbol_table_insert(const char *symbol);
+symbol_t *symbol_table_insert(const char *string);
 
 void init_symbol_table(void);
 void exit_symbol_table(void);