Raymond Toy pushed to branch issue-386-generate-def-unix-error at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • bin/create-errno.sh
    1 1
     #! /bin/sh
    
    2 2
     
    
    3
    -# Generates the contents of the file code/unix-errno.lisp.  The args
    
    3
    +# Generates the contents of the file code/errno.lisp.  The args
    
    4 4
     # to this script, if supplied, must be a list of files containing the
    
    5 5
     # definitions of all the Unix errno values.
    
    6 6
     #