gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] Re: [Axiom-developer] Report on building axiom cvs 2003


From: Camm Maguire
Subject: Re: [Gcl-devel] Re: [Axiom-developer] Report on building axiom cvs 2003-06-23 (i386)
Date: 29 Jun 2003 21:38:26 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

Index: main.c
===================================================================
RCS file: /cvsroot/gcl/gcl/o/main.c,v
retrieving revision 1.26
diff -u -r1.26 main.c
--- main.c      1 Mar 2003 22:37:37 -0000       1.26
+++ main.c      30 Jun 2003 01:36:23 -0000
@@ -627,9 +627,9 @@
        ,0,1,NONE,OI,OO,OO,OO,(fixnum exitc),"")
 {      return fLbye(exitc); }
  
-DEFUN_NEW("EXIT",object,fLexit,LISP
-       ,0,1,NONE,OI,OO,OO,OO,(fixnum exitc),"")
-{      return fLbye(exitc); }
+/* DEFUN_NEW("EXIT",object,fLexit,LISP */
+/*        ,0,1,NONE,OI,OO,OO,OO,(fixnum exitc),"") */
+/* {   return fLbye(exitc); } */
  
 
 /*  c_trace(void) */





Take care,


root <address@hidden> writes:

> Camm,
> 
> re: EXIT
> 
> Can you tell me where the best place would be to comment out this change?
> We define exit and use it everywhere. In theory they are in different
> packages but that's going to take a long time to prove. For the moment
> I'd just rather include another patch that undefines the term in GCL.
> 
> Tim Daly
> address@hidden
> address@hidden
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]