diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-04-02 20:42:38 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-04-02 20:42:38 +0000 |
commit | 1888c0d608adf0e1261566c9fd3787b5b2eacf9a (patch) | |
tree | 3202c50bf77bf7b09d4956e3386595d46048b8dd /externals/build | |
parent | 831182dc249bc32fc7841516a006be244133dee1 (diff) |
cleaned up cxc so that it passes the automated test in scripts/load_every_help.sh: renamed help files to standard name; made each file named after the class; removed non-functional aliases in flatspace
svn path=/trunk/; revision=7538
Diffstat (limited to 'externals/build')
-rw-r--r-- | externals/build/src/mean~.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/build/src/mean~.c b/externals/build/src/mean~.c index b839f012..5f491d98 100644 --- a/externals/build/src/mean~.c +++ b/externals/build/src/mean~.c @@ -1 +1 @@ -#include "../../cxc/mean.c" +#include "../../cxc/mean~.c" |