projects
/
synfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf32f3a
)
Drop unused definition of ETL_BIGENDIAN
author
pabs3
<pabs3@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 5 May 2009 15:47:54 +0000
(15:47 +0000)
committer
Carlos Lopez
<carlos@pcnuevo.(none)>
Fri, 12 Jun 2009 14:30:29 +0000
(16:30 +0200)
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2371
1f10aa63
-cdf2-0310-b900-
c93c546f37ac
ETL/trunk/ETL/etl_config.h
patch
|
blob
|
history
diff --git
a/ETL/trunk/ETL/etl_config.h
b/ETL/trunk/ETL/etl_config.h
index
9be9f00
..
94b4056
100644
(file)
--- a/
ETL/trunk/ETL/etl_config.h
+++ b/
ETL/trunk/ETL/etl_config.h
@@
-10,10
+10,6
@@
# define ETL_NAMESPACE etl
#endif
-#if defined(WORDS_BIGENDIAN) && !defined(ETL_BIGENDIAN)
-#define ETL_BIGENDIAN
-#endif
-
#ifdef WIN32
#define ETL_DIRECTORY_SEPARATOR '\\'
#else