diff options
Diffstat (limited to 'xgen.scm')
-rwxr-xr-x | xgen.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#! /usr/local/bin/scm \ %0 %* +#! ./scmlit \ - !# ;;;; "xgen.scm", Convert C Event structs to xevent.h and xevent.scm. ;; Copyright (C) 1991-2000 Free Software Foundation, Inc. @@ -34,7 +34,7 @@ Usage: xgen.scm /usr/include/X11/Xlib.h Creates xevent.h and xevent.scm, from the `typedef struct's in /usr/include/X11/xlib.h. -http://swiss.csail.mit.edu/~jaffer/SCM +http://people.csail.mit.edu/jaffer/SCM " (current-error-port)) #f) |