1 --- src/preproc/grn/hgraph.cc.bak 2013-12-26 00:50:57.243769618 +0900 2 +++ src/preproc/grn/hgraph.cc 2013-12-26 00:52:09.513467616 +0900 3 @@ -43,7 +43,7 @@ 4 extern int ybottom; 5 extern int xleft; 6 extern int xright; 7 -extern enum { 8 +extern enum filltype { 9 OUTLINE, FILL, BOTH 10 } polyfill; 11 12