diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-04-30 15:41:37 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-04-30 15:41:37 -0700 |
| commit | 7c9080302801e2f2619c1848627bc310c7f3c1cb (patch) | |
| tree | 40539734fd32004652f7c98e2b88921aa57c8b25 /src/st.h | |
| parent | 6b739d91735fe83bd29f6ca8505c00d530e85584 (diff) | |
| parent | 4ec6d41f16e20fadc6f4c0de363a26a59a1a13fb (diff) | |
| download | mruby-7c9080302801e2f2619c1848627bc310c7f3c1cb.tar.gz mruby-7c9080302801e2f2619c1848627bc310c7f3c1cb.zip | |
Merge pull request #79 from rystyle/whitespace
rm whitespace mix
Diffstat (limited to 'src/st.h')
| -rw-r--r-- | src/st.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -84,11 +84,11 @@ int st_strncasecmp(const char *s1, const char *s2, size_t n); #define STRCASECMP(s1, s2) (st_strcasecmp(s1, s2)) #define STRNCASECMP(s1, s2, n) (st_strncasecmp(s1, s2, n)) -#define ST_NUMCMP ((int (*)()) 0) -#define ST_NUMHASH ((int (*)()) -2) +#define ST_NUMCMP ((int (*)()) 0) +#define ST_NUMHASH ((int (*)()) -2) -#define st_numcmp ST_NUMCMP -#define st_numhash ST_NUMHASH +#define st_numcmp ST_NUMCMP +#define st_numhash ST_NUMHASH int st_strhash(); |
