# HG changeset patch # User colin # Date 1035852847 0 # Node ID 425d71e81c37f94d11890726f9ed54bae92ce7f2 # Parent 4914252c963a9ead896cec67121c8fb7b67ebb33 fix compilation on non-x86 with gcc 2.95 diff -r 4914252c963a -r 425d71e81c37 libpostproc/postprocess_template.c --- a/libpostproc/postprocess_template.c Mon Oct 28 19:30:58 2002 +0000 +++ b/libpostproc/postprocess_template.c Tue Oct 29 00:54:07 2002 +0000 @@ -2359,6 +2359,7 @@ ); //printf("%d\n", test); #else +{ int y; int d=0; int sysd=0; @@ -2459,6 +2460,7 @@ } } } +} #endif }