mirror of https://github.com/YosysHQ/abc.git
Changes to history recording and other small things.
This commit is contained in:
parent
5d1a5f3590
commit
109fc76f43
|
|
@ -59,7 +59,7 @@ void Cmd_HistoryAddCommand( Abc_Frame_t * p, const char * command )
|
|||
Buffer[Len-1] = 0;
|
||||
if ( strlen(Buffer) > 3 &&
|
||||
strncmp(Buffer,"set",3) &&
|
||||
strncmp(Buffer,"inset",5) &&
|
||||
strncmp(Buffer,"unset",5) &&
|
||||
strncmp(Buffer,"time",4) &&
|
||||
strncmp(Buffer,"quit",4) &&
|
||||
strncmp(Buffer,"alias",5) &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue