mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-05 13:05:44 +00:00
e7bb29a749
- compiled for GNO - added stack diagnostics and error checking - made large auto arrays static, where possible - added checks for unexpected recursion
18 lines
405 B
Plaintext
18 lines
405 B
Plaintext
/*
|
|
* $Id: cpp.rez,v 1.1 1997/12/02 08:05:52 gdr Exp $
|
|
*/
|
|
|
|
#include "Types.Rez"
|
|
|
|
resource rVersion (0x1, purgeable3, nocrossbank) {
|
|
|
|
{ 2, 0, 0, /* version */
|
|
release, /* development|alpha|beta|final|release */
|
|
0 /* non-final release number */
|
|
},
|
|
verUS,
|
|
"cpp",
|
|
"C Preprocessor\n"
|
|
"Ported by Devin Reade for GNO v2.0.6. Originally from lcc v4.0."
|
|
};
|