Skip to content

Commit

Permalink
Merge pull request #470 from errordeveloper/misc_fix/lexerunix
Browse files Browse the repository at this point in the history
py: don't look for any additional headers when lexerunix is disabled
  • Loading branch information
dpgeorge committed Apr 13, 2014
2 parents d395a0e + 8e9482a commit da6c2fa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions py/lexerunix.c
@@ -1,14 +1,16 @@
#include "misc.h"
#include "mpconfig.h"

#if MICROPY_ENABLE_LEXER_UNIX

#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>

#include "misc.h"
#include "mpconfig.h"
#include "qstr.h"
#include "lexer.h"
#include "lexerunix.h"

#if MICROPY_ENABLE_LEXER_UNIX

#include <sys/stat.h>
#include <sys/types.h>
Expand Down

0 comments on commit da6c2fa

Please sign in to comment.