Better ANSI C compatibility and portability:
authorcarl <cecodere@yahoo.ca>
Mon, 18 Feb 2019 16:44:39 +0000 (00:44 +0800)
committercarl <cecodere@yahoo.ca>
Mon, 18 Feb 2019 16:54:24 +0000 (00:54 +0800)
commitd825e962ed11fd4bf7c6338df6228979604dbe59
treeca2b819ea63f1b07cf33ecf43b356ddeda85750e
parentcc27fd471d67b5409ffe2d6c9a146153df2aa18c
Better ANSI C compatibility and portability:
+ Addition of function prototypes and include files.
+ Change function definitions to ANSI C style.
+ Initial support for CMake
util/topgen/CMakeLists.txt [new file with mode: 0644]
util/topgen/LLlex.c
util/topgen/hash.c
util/topgen/hash.h [new file with mode: 0644]
util/topgen/main.c
util/topgen/pattern.c
util/topgen/pattern.h [new file with mode: 0644]
util/topgen/symtab.c
util/topgen/topgen.g