mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-01 21:51:40 +02:00
increment zwc fie version (which means changing the magic number) (15584)
This commit is contained in:
parent
5b523f4462
commit
ab14a745a6
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-08-07 Sven Wischnowsky <wischnow@zsh.org>
|
||||
|
||||
* 15584: Src/parse.c: increment zwc fie version (which means
|
||||
changing the magic number)
|
||||
|
||||
2001-08-06 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 15574: Completion/Unix/Command/_cvs, Completion/Unix/Command/_dd,
|
||||
|
|
|
@ -2269,8 +2269,8 @@ init_eprog(void)
|
|||
#define FD_MINMAP 4096
|
||||
|
||||
#define FD_PRELEN 12
|
||||
#define FD_MAGIC 0x02030405
|
||||
#define FD_OMAGIC 0x05040302
|
||||
#define FD_MAGIC 0x03040506
|
||||
#define FD_OMAGIC 0x06050403
|
||||
|
||||
#define FDF_MAP 1
|
||||
#define FDF_OTHER 2
|
||||
|
|
Loading…
Reference in a new issue