Last change
on this file was 292, checked in by harald, 25 years ago |
This is the startpoint for the futher development of the Reflector program
of Jose Carlos. For all developments use this CVS-controlled directory.
|
File size:
215 bytes
|
Line | |
---|
1 | #ifndef VERSION
|
---|
2 |
|
---|
3 | #define PROGRAM reflector
|
---|
4 | #define VERSION 0.3
|
---|
5 |
|
---|
6 | #define GLUE_prep(x,y) #x" "#y
|
---|
7 | #define GLUE_postp(x,y) GLUE_prep(x,y)
|
---|
8 |
|
---|
9 | const char SIGNATURE[] = GLUE_postp( PROGRAM, VERSION );
|
---|
10 |
|
---|
11 | #endif // ! VERSION
|
---|
12 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.