ast2firm: Implement casting from complex to real types.
[cparser] / tokens_punctuator.inc
index 29e679e..e3b9366 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * This file is part of cparser.
+ * Copyright (C) 2012 Matthias Braun <matze@braunis.de>
+ */
 PUNCTUATOR(LBRACK,          "[", = '[')
 PUNCTUATOR(RBRACK,          "]", = ']')
 PUNCTUATOR(LPAREN,          "(", = '(')