/[gnugo]/gnugo/patterns/mkpat.c
ViewVC logotype

Diff of /gnugo/patterns/mkpat.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.99 by bump, Sun Dec 22 20:07:13 2002 UTC revision 1.100 by bump, Sun Dec 22 20:29:34 2002 UTC
# Line 2068  write_patterns(FILE *outfile) Line 2068  write_patterns(FILE *outfile)
2068    
2069  #if EXPERIMENTAL_READING  #if EXPERIMENTAL_READING
2070    if (database_type == DB_TREE)    if (database_type == DB_TREE)
2071      tree_write_patterns(outfile, prefix);      tree_write_patterns(outfile);
2072    else    else
2073      fprintf(outfile, "\nvoid\ninit_tree_%s(void)\n{\n"      fprintf(outfile, "\nvoid\ninit_tree_%s(void)\n{\n"
2074              "  /* nothing to do - tree option not compiled */\n"              "  /* nothing to do - tree option not compiled */\n"
2075              "}\n\n", name);              "}\n\n", prefix);
2076  #endif  #endif
2077    
2078    /* Write out the patterns. */    /* Write out the patterns. */

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26