From: xchaos Date: Fri, 2 Mar 2012 22:14:29 +0000 (+0000) Subject: nejaka rozdelana prace X-Git-Url: http://git.harvie.cz/?p=svn%2FCll1h%2F.git;a=commitdiff_plain;h=87b3ef6ce939c06ba558a0554c76323811fda1e0 nejaka rozdelana prace git-svn-id: https://dev.arachne.cz/repos/cll1h/trunk@137 4bb87942-c103-4e5a-b51c-0ebff58f8515 --- 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) */