Changeset 1266
- Timestamp:
- 09/13/08 23:48:05 (3 months ago)
- Files:
-
- 1.8.3/branches/devel/utils/typedefs.scm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/branches/devel/utils/typedefs.scm
r1201 r1266 95 95 ; The special characters that mark the start and end of an identifier 96 96 (define-constant type-start (integer->char 127)) 97 (define-constant type-end (integer->char 1)) )97 (define-constant type-end (integer->char 1)) 98 98 99 99 ; Either return a typedef name or a symbol : 'line-did-not-match or … … 168 168 ; Control pretty-printing of the typedefs. 169 169 (define-constant max-column-width 75) 170 (define-constant tab-stop 8) )170 (define-constant tab-stop 8) 171 171 172 172 ; Print out one typedef to stdout, formated as indent args.
