Commit graph

6 commits

Author SHA1 Message Date
dholland
1cacc13470 Remove accidental global variable. On most Unix platforms such
variables become commons and don't get noticed, but on platforms
without commons or with commons disabled, this results in a multiply
defined symbol.

Should fix MacOS build.
2014-06-29 04:53:26 +00:00
asau
88feb4ac62 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
hasso
1d19eea455 Update to 0.9.9.
Changes in 0.9.9:

* bugfixes
* extend and improve support for attributes
* adapat to latest libfirm

Changes in 0.9.8:

* several bugfixes
* add/correct semantic checks
* improve error recovery
* support more GCC extensions
* add/improve/correct warnings
2009-08-18 19:01:26 +00:00
joerg
c96e2c0a32 Update to cparser-0.9.7:
* lots of bugfixes
* add/correct semantic checks
* more/improved warnings
* internal cleanups (introduce entity_t types)
* support more GCC extensions
* improved error recovery
* support more switches for GCC compatibility
* support for libc builtins
* add a manpage
2008-12-17 16:59:19 +00:00
bjs
1c97e7d5b8 Add a reminder to install with debugging symbols if building
with e.g. -g (in the future)
2008-11-28 01:20:06 +00:00
bjs
d0919f55bd Import cparser-0.9.5.
Cparser is a recursive descent C99 parser written in C99. It contains
a lexer, a parser, and the appropriate constructs; it does AST and
semantic analysis. It is currently used as a frontend to the
libFirm intermediate representation.  However, it can be used
independently, and also is able to bootstrap itself.  Currently, cparser
uses an external preprocessor.
2008-11-28 01:17:47 +00:00