|
|
@@ -15,9 +15,9 @@
|
|
|
--- xml2ag/xmlopts.h.orig 2004-06-24 14:35:42.000000000 +0200
|
|
|
+++ xml2ag/xmlopts.h 2004-06-24 14:47:18.570257914 +0200
|
|
|
@@ -122,7 +122,7 @@
|
|
|
- #define OPT_VALUE_LOOP_LIMIT (*(unsigned long*)(&OPT_ARG(LOOP_LIMIT)))
|
|
|
+ #define OPT_VALUE_LOOP_LIMIT (*(unsigned long*)(&DESC(LOOP_LIMIT).pzLastArg))
|
|
|
#define VALUE_OPT_TIMEOUT 't'
|
|
|
- #define OPT_VALUE_TIMEOUT (*(unsigned long*)(&OPT_ARG(TIMEOUT)))
|
|
|
+ #define OPT_VALUE_TIMEOUT (*(unsigned long*)(&DESC(TIMEOUT).pzLastArg))
|
|
|
-typedef enum {
|
|
|
+typedef enum tracetype {
|
|
|
TRACE_NOTHING, TRACE_TEMPLATES, TRACE_BLOCK_MACROS,
|