diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-03-03 00:56:40 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-03-03 00:56:40 -0800 |
commit | fd5f104f287427fee885583bc398c137674e6af0 (patch) | |
tree | 151d1875fdbbc52fd992f53ee197f7070c5f73d1 /xgen.scm | |
parent | 90889a692076f2c62486607d0354e0fca52364bc (diff) | |
download | scm-fd5f104f287427fee885583bc398c137674e6af0.tar.gz scm-fd5f104f287427fee885583bc398c137674e6af0.zip |
New upstream version 5f2upstream/5f2upstream
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) |