diff options
Diffstat (limited to 'lang/schemetoc/files/patch-scrt-apply.h')
-rw-r--r-- | lang/schemetoc/files/patch-scrt-apply.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/schemetoc/files/patch-scrt-apply.h b/lang/schemetoc/files/patch-scrt-apply.h new file mode 100644 index 0000000..33bab9d --- /dev/null +++ b/lang/schemetoc/files/patch-scrt-apply.h @@ -0,0 +1,13 @@ +*** scrt/apply.h.orig Mon Feb 22 11:13:08 1993 +--- scrt/apply.h Sat Mar 14 20:18:50 2009 +*************** +*** 60,63 **** + + extern TSCP sc_apply_2dtwo(); + +! extern TSCP sc_unknowncall(); +--- 60,63 ---- + + extern TSCP sc_apply_2dtwo(); + +! extern TSCP sc_unknowncall( TSCP arg0, ... ); |