projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc31845
)
Fix htmltab.gperf APPLE #ifdef
author
Ari Johnson
<ari@theari.com>
Wed, 27 Apr 2011 02:15:23 +0000
(21:15 -0500)
committer
Ari Johnson
<ari@theari.com>
Wed, 27 Apr 2011 02:15:23 +0000
(21:15 -0500)
src/htmltab.gperf
patch
|
blob
|
history
diff --git
a/src/htmltab.gperf
b/src/htmltab.gperf
index 1f0e840febaa07604d2318c1976008df1ef5290f..8a713e89c897d6833d60f52902e159cf334ddb8a 100644
(file)
--- a/
src/htmltab.gperf
+++ b/
src/htmltab.gperf
@@
-10,10
+10,12
@@
%compare-lengths
%ignore-case
+%{
#ifdef __APPLE__
#define __inline
#undef __GNUC_STDC_INLINE__
#endif
+%}
%%
A