1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 16:50:58 +01:00

increment zwc fie version (which means changing the magic number) (15584)

This commit is contained in:
Sven Wischnowsky 2001-08-07 09:07:12 +00:00
parent 5b523f4462
commit ab14a745a6
2 changed files with 7 additions and 2 deletions

View file

@ -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