pccts.patch 568 B

1234567891011121314151617181920212223
  1. --- pccts/sorcerer/lib/sorlist.c.dist 2003-07-18 18:04:50.000000000 +0200
  2. +++ pccts/sorcerer/lib/sorlist.c 2003-07-18 18:05:11.000000000 +0200
  3. @@ -29,6 +29,8 @@
  4. #include <stdio.h>
  5. #include <setjmp.h>
  6. +#include "pcctscfg.h"
  7. +
  8. #ifdef PCCTS_USE_STDARG
  9. #include <stdarg.h>
  10. #else
  11. --- pccts/sorcerer/lib/sintstack.c.dist 2003-07-18 18:08:17.000000000 +0200
  12. +++ pccts/sorcerer/lib/sintstack.c 2003-07-18 18:08:32.000000000 +0200
  13. @@ -29,6 +29,8 @@
  14. #include <stdio.h>
  15. #include <setjmp.h>
  16. +#include "pcctscfg.h"
  17. +
  18. #ifdef PCCTS_USE_STDARG
  19. #include <stdarg.h>
  20. #else