$NetBSD: patch-au,v 1.3 2006/10/03 22:56:51 schwarz Exp $

--- generator/pamstereogram.c.orig	2006-10-03 17:54:39.000000000 +0200
+++ generator/pamstereogram.c	2006-10-03 17:56:04.000000000 +0200
@@ -299,7 +299,9 @@
 };
 
 
+#ifndef SGI_IDO_CC
 static coord2Color randomColor;
+#endif
 
 static tuple
 randomColor(outGenerator * const outGenP,
@@ -336,7 +338,9 @@
 
 
 
+#ifndef SGI_IDO_CC
 static outGenStateTerm termRandomColor;
+#endif
 
 static void
 termRandomColor(outGenerator * const outGenP) {
@@ -402,7 +406,9 @@
 
 
 
+#ifndef SGI_IDO_CC
 static coord2Color patternPixel;
+#endif
 
 static tuple
 patternPixel(outGenerator * const outGenP,
@@ -431,7 +437,9 @@
 
 
 
+#ifndef SGI_IDO_CC
 static outGenStateTerm termPatternPixel;
+#endif
 
 static void
 termPatternPixel(outGenerator * const outGenP) {
