Use posix wrappers in lexer

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-03-28 22:20:32 +02:00
parent 74f34747b1
commit 66bf23d2e7
3 changed files with 13 additions and 18 deletions

View file

@ -20,5 +20,10 @@
#define GRUB_POSIX_STDIO_H 1
#include <grub/misc.h>
#include <grub/file.h>
typedef struct grub_file FILE;
#define EOF -1
#endif