| 1234567891011121314151617181920212223 |
- --- pccts/sorcerer/lib/sorlist.c.dist 2003-07-18 18:04:50.000000000 +0200
- +++ pccts/sorcerer/lib/sorlist.c 2003-07-18 18:05:11.000000000 +0200
- @@ -29,6 +29,8 @@
- #include <stdio.h>
- #include <setjmp.h>
-
- +#include "pcctscfg.h"
- +
- #ifdef PCCTS_USE_STDARG
- #include <stdarg.h>
- #else
- --- pccts/sorcerer/lib/sintstack.c.dist 2003-07-18 18:08:17.000000000 +0200
- +++ pccts/sorcerer/lib/sintstack.c 2003-07-18 18:08:32.000000000 +0200
- @@ -29,6 +29,8 @@
- #include <stdio.h>
- #include <setjmp.h>
-
- +#include "pcctscfg.h"
- +
- #ifdef PCCTS_USE_STDARG
- #include <stdarg.h>
- #else
|