|
@@ -88,7 +88,9 @@
|
|
|
|
|
|
pmacrosym = ^tmacrosym;
|
|
|
tmacrosym = object(tsym)
|
|
|
- defined : boolean;
|
|
|
+ defined,
|
|
|
+ defined_at_startup,
|
|
|
+ is_used : boolean;
|
|
|
buftext : pchar;
|
|
|
buflen : longint;
|
|
|
{ macros aren't written to PPU files ! }
|
|
@@ -336,7 +338,10 @@
|
|
|
|
|
|
{
|
|
|
$Log$
|
|
|
- Revision 1.33 1999-08-23 11:45:45 michael
|
|
|
+ Revision 1.34 1999-08-31 15:42:26 pierre
|
|
|
+ + tmacrosym is_used and defined_at_startup boolean fields added
|
|
|
+
|
|
|
+ Revision 1.33 1999/08/23 11:45:45 michael
|
|
|
* Hopefully final attempt at resourcestrings
|
|
|
|
|
|
Revision 1.32 1999/08/14 00:39:01 peter
|