6e5ee11ca95cd971984038cf65bae00d9c898707 galt Wed Jun 4 15:40:02 2014 -0700 Since we have git, it is easy to rename errabort.c to errAbort.c without losing any history. diff --git src/hg/autoSql/autoSql.c src/hg/autoSql/autoSql.c index 1b5514f..95cd659 100644 --- src/hg/autoSql/autoSql.c +++ src/hg/autoSql/autoSql.c @@ -1,29 +1,29 @@ /* autoSql - automatically generate SQL and C code for saving * and loading entities in database. * * This module is pretty ugly. It seems to work within some * limitations (described in the autoSql.doc). Rather than do major * changes from here I'd rewrite it though. The tokenizer is * pretty sound, the parser isn't bad (though the language it * parses is quirky), but the code generator is u-g-l-y. * * This file is copyright 2002-2005 Jim Kent, but license is hereby * granted for all use - public, private or commercial. */ #include "common.h" -#include "errabort.h" +#include "errAbort.h" #include "linefile.h" #include "obscure.h" #include "dystring.h" #include "asParse.h" #include "options.h" #include "jksql.h" boolean withNull = FALSE; boolean addBin = FALSE; boolean makeJson = FALSE; boolean makeDjango = FALSE; boolean defaultZeros = FALSE; void usage()