X-Git-Url: http://git.harvie.cz/?p=svn%2FCll1h%2F.git;a=blobdiff_plain;f=crl1.h;fp=crl1.h;h=ab50c0db6fcea77b4ab47d1086737993619b4c6b;hp=9d12b47f8f32c915fd06724a15a84e0b3914dd10;hb=87b3ef6ce939c06ba558a0554c76323811fda1e0;hpb=8071c0c8d4761ff6b7f313c1d1648aad08154cf6 diff --git a/crl1.h b/crl1.h index 9d12b47..ab50c0d 100644 --- a/crl1.h +++ b/crl1.h @@ -2,7 +2,7 @@ / C<<1 header file - C language style sheet - GNU C/ANSI C99 compliant '----------------------------------------------------------------------- */ /* - Copyright (c) 2004-2011 Michael xChaos Polak - x(at)n.cz + Copyright (c) 2004-2012 Michael xChaos Polak - x(at)n.cz The C<<1 header file is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -66,7 +66,7 @@ typedef unsigned char * buf; /* this will be always 8-bit usigned char * */ typedef FILE * file; typedef int bool; typedef char * str; -#ifdef USE_MYSQL +#ifdef USE_MYSQL typedef MYSQL_ROW row; #endif extern str NIL, EOL, OFS, IFS, LANG, errstr; /* used for: perror(errstr) */