Changeset 98 in CGBLisp for trunk/src/parse.lisp


Ignore:
Timestamp:
Feb 2, 2009, 11:55:20 AM (15 years ago)
Author:
Marek Rychlik
Message:

Removed useless RCS version info. Added missing Emacs mode lines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/parse.lisp

    r82 r98  
    11;;; -*- Mode: Lisp; Syntax: Common-Lisp; Package: Grobner; Base: 10 -*-
    22#|
    3         $Id: parse.lisp,v 1.11 2009/01/22 04:05:13 marek Exp $ 
    43  *--------------------------------------------------------------------------*
    54  |  Copyright (C) 1994, Marek Rychlik (e-mail: rychlik@math.arizona.edu)    |
     
    1918(in-package "PARSE")
    2019
    21 (proclaim '(optimize (speed 3) (space 0) (safety 0) (debug 3)))
     20(proclaim '(optimize (speed 0) (space 0) (safety 3) (debug 3)))
    2221
    2322;; The function PARSE yields the representations as above.  The two functions
Note: See TracChangeset for help on using the changeset viewer.