diff --git a/src/c/Makefile.in b/src/c/Makefile.in index df851b23b..4e440bd6c 100644 --- a/src/c/Makefile.in +++ b/src/c/Makefile.in @@ -9,7 +9,7 @@ VPATH = @srcdir@ # TRUE_CC = @CC@ CC = @CC@ -CFLAGS = -c DECL_API -I. -I@true_builddir@ -I$(srcdir) -I../ecl/gc @CPPFLAGS@ @CFLAGS@ @ECL_CFLAGS@ \ +CFLAGS = -c -DECL_API -I. -I@true_builddir@ -I$(srcdir) -I../ecl/gc @CPPFLAGS@ @CFLAGS@ @ECL_CFLAGS@ \ # -Wall -W -Wfloat-equal -Wundef -Wendif-labels -Wpointer-arith -Wcast-align \ # -Wwrite-strings -Wconversion -Wsign-compare -Wmissing-prototypes -Wredundant-decls \ # -Wunreachable-code -Winline diff --git a/src/lsp/config.lsp.in b/src/lsp/config.lsp.in index fb0225ca1..455ed0b80 100644 --- a/src/lsp/config.lsp.in +++ b/src/lsp/config.lsp.in @@ -24,7 +24,7 @@ Returns, as a string, the location of the machine on which ECL runs." (defun lisp-implementation-version () "Args:() Returns the version of your ECL as a string." - "@PACKAGE_VERSION@ (CVS 2008-03-16 12:11)") + "@PACKAGE_VERSION@ (CVS 2008-03-16 13:51)") (defun machine-type () "Args: ()