From 3437e714d0613e0eed90eb6115d94934b93e9b0e Mon Sep 17 00:00:00 2001 From: amol Date: Mon, 23 Aug 2021 20:46:45 -0700 Subject: [PATCH] mysterious double commit. bad rebase?. I hate git --- sh.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sh.h b/sh.h index 53d04e37..b8440ee0 100644 --- a/sh.h +++ b/sh.h @@ -1036,10 +1036,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