ast2firm: Factorise code to convert a value to its storage type.
[cparser] / symbol_table.h
index 3a9b617..0f45633 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of cparser.
- * Copyright (C) 2007-2008 Matthias Braun <matze@braunis.de>
+ * Copyright (C) 2007-2009 Matthias Braun <matze@braunis.de>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -23,7 +23,7 @@
 #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);