diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2014-01-07 14:47:05 +0200 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2014-01-07 14:47:05 +0200 |
| commit | 522b066870988b60b67efcc118cc1a33c9e35547 (patch) | |
| tree | ef6149a972f09cec0b904a50fcfacf21b8072c69 /trex.h | |
| parent | 0fd92fe3ad425d87c3647a3b51fbd2204e1fb1d2 (diff) | |
| download | tiny-rex-522b066870988b60b67efcc118cc1a33c9e35547.tar.gz tiny-rex-522b066870988b60b67efcc118cc1a33c9e35547.zip | |
strip spaces
Diffstat (limited to 'trex.h')
| -rw-r--r-- | trex.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -5,11 +5,11 @@ Copyright (C) 2003-2006 Alberto Demichelis - This software is provided 'as-is', without any express - or implied warranty. In no event will the authors be held + This software is provided 'as-is', without any express + or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. - Permission is granted to anyone to use this software for + Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: @@ -30,13 +30,13 @@ #ifdef _UNICODE #define TRexChar unsigned short #define MAX_CHAR 0xFFFF -#define _TREXC(c) L##c +#define _TREXC(c) L##c #define trex_strlen wcslen #define trex_printf wprintf #else #define TRexChar char #define MAX_CHAR 0xFF -#define _TREXC(c) (c) +#define _TREXC(c) (c) #define trex_strlen strlen #define trex_printf printf #endif |
