Skip to content

Commit

Permalink
mysterious double commit. bad rebase?. I hate git
Browse files Browse the repository at this point in the history
  • Loading branch information
amoldeshpande committed Feb 11, 2022
1 parent 30d5775 commit dff7423
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sh.h
Original file line number Diff line number Diff line change
Expand Up @@ -1037,10 +1037,10 @@ EXTERN struct varent {
* aliases to the lexical routines.
*/
#define HIST_PURGE -500000
EXTERN struct wordent *alhistp IZERO_STRUCT;/* Argument list (first) */
EXTERN struct wordent *alhistt IZERO_STRUCT;/* Node after last in arg list */
EXTERN Char **alvec IZERO_STRUCT,
*alvecp IZERO_STRUCT;/* The (remnants of) alias vector */
EXTERN struct wordent *alhistp IZERO;/* Argument list (first) */
EXTERN struct wordent *alhistt IZERO;/* Node after last in arg list */
EXTERN Char **alvec IZERO,
*alvecp IZERO;/* The (remnants of) alias vector */

/*
* Filename/command name expansion variables
Expand Down

0 comments on commit dff7423

Please sign in to comment.