Clone
ssoberni <stefan.sobernig@wu-wien.ac.at>
committed
on 27 Jan 12
- C89/C99 do not allow forward declaration of arrays with "static" storage classifiers (a feature which is a gcc extension only). For MS… Show more
- C89/C99 do not allow forward declaration of arrays with "static"   storage classifiers (a feature which is a gcc extension only). For   MSVC compat, I fixed these occurrences and verified that nsf builds   with "gcc -std=c89 -pedantic". - generic/gentclAPI.tcl: Modified the print statements for two array   forward declarations (method_definitions,   enumeratorConverterEntries)

Show less