PennMUSH Community

Changeset 1266

Show
Ignore:
Timestamp:
09/13/08 23:48:05 (3 months ago)
Author:
shawnw
Message:

Fix compilation errors in utils/typedefs.scm

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/branches/devel/utils/typedefs.scm

    r1201 r1266  
    9595; The special characters that mark the start and end of an identifier 
    9696(define-constant type-start (integer->char 127)) 
    97 (define-constant type-end (integer->char 1))) 
     97(define-constant type-end (integer->char 1)) 
    9898 
    9999; Either return a typedef name or a symbol : 'line-did-not-match or 
     
    168168; Control pretty-printing of the typedefs. 
    169169(define-constant max-column-width 75) 
    170 (define-constant tab-stop 8)) 
     170(define-constant tab-stop 8) 
    171171 
    172172; Print out one typedef to stdout, formated as indent args.