#include #include "version.h" #define version_core "GNU CSSC @VERSION@" extern const char cssc_version_rcs[] = "$Version: " version_core " $"; extern const char cssc_version_sccs[] = "@(#) " version_core; extern const char cssc_version[] = version_core;