Merged DMD commit 2a9312002c04ccbcc50fc3bb16bd4fbda0841521:

merge ibuclaw-master
This commit is contained in:
David Nadlinger
2011-04-23 18:32:23 +02:00
parent d571eea5e0
commit ccbbd2b83e

View File

@@ -4,6 +4,10 @@
#include <stdlib.h>
#include <assert.h>
#if __sun&&__SVR4
#include <alloca.h>
#endif
#include "speller.h"
const char idchars[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_";