You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
568 B
22 lines
568 B
--- 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
|
|
|