Ignore:
Timestamp:
Apr 21, 2007, 8:33:35 AM (18 years ago)
Author:
bird
Message:

hacking...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash-messup/parser.h

    r626 r879  
    7272 * happens to be handy.
    7373 */
    74 extern int tokpushback;
    75 #define NEOF ((union node *)&tokpushback)
    76 extern int whichprompt;         /* 1 == PS1, 2 == PS2 */
     74/*extern int tokpushback;*/
     75#define NEOF ((union node *)&psh->tokpushback)
     76/*extern int whichprompt;*/             /* 1 == PS1, 2 == PS2 */
    7777
    7878
    79 union node *parsecmd(int);
    80 void fixredir(union node *, const char *, int);
    81 int goodname(char *);
    82 const char *getprompt(void *);
     79union node *parsecmd(struct shinstance *, int);
     80void fixredir(struct shinstance *, union node *, const char *, int);
     81int goodname(struct shinstance *, char *);
     82const char *getprompt(struct shinstance *, void *);
Note: See TracChangeset for help on using the changeset viewer.