aboutsummaryrefslogtreecommitdiff
path: root/src/clef
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-28 02:13:31 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-28 02:13:31 +0000
commit3223409ab97b1a6a8e60d541b0c7b5b69c8b9a83 (patch)
tree5c7ffe18c0f939cfcc57bfe33f999815d6c3a317 /src/clef
parent97b5280bd5ff44b94213559391421ba39e11249a (diff)
downloadopen-axiom-3223409ab97b1a6a8e60d541b0c7b5b69c8b9a83.tar.gz
* configure.ac.pamphlet: Check from uint8_t.
* config/openaxiom-c-macros.h.in: Rename from config/axiom-c-macros.h.in. * src: Propagate change.
Diffstat (limited to 'src/clef')
-rw-r--r--src/clef/Makefile.in2
-rw-r--r--src/clef/edible.c7
2 files changed, 4 insertions, 5 deletions
diff --git a/src/clef/Makefile.in b/src/clef/Makefile.in
index cd745337..42a233e4 100644
--- a/src/clef/Makefile.in
+++ b/src/clef/Makefile.in
@@ -65,7 +65,7 @@ $(axiom_target_bindir)/clef$(EXEEXT): $(clef_objects) $(clef_DEPENDENCIES)
.PRECIOUS: %.lo
%.lo: ${INC}/useproto.h ${INC}/edible.h \
- $(axiom_configdir)/axiom-c-macros.h
+ $(axiom_configdir)/openaxiom-c-macros.h
%.lo: %.c $(axiom_c_macros_h)
$(COMPILE) -o $@ ${CCF} $(axiom_includes) $<
diff --git a/src/clef/edible.c b/src/clef/edible.c
index c46634da..a2b87863 100644
--- a/src/clef/edible.c
+++ b/src/clef/edible.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1991-2002, The Numerical ALgorithms Group Ltd.
+ Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
Copyright (C) 2007-2008, Gabriel Dos Reis.
All rights reserved.
@@ -16,7 +16,7 @@
the documentation and/or other materials provided with the
distribution.
- - Neither the name of The Numerical ALgorithms Group Ltd. nor the
+ - Neither the name of The Numerical Algorithms Group Ltd. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
@@ -33,7 +33,7 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <stdlib.h>
#include <unistd.h>
@@ -47,7 +47,6 @@
#include <signal.h>
-#include "axiom-c-macros.h"
#include "sockio.h"
#include "edible.h"
#include "com.h"