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:
parent
5b523f4462
commit
ab14a745a6
2 changed files with 7 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue