You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
427 B

  1. --- a/py/persistentcode.c 2017-09-22 13:26:04.914339465 +0000
  2. +++ b/py/persistentcode.c 2017-09-22 13:26:22.618319621 +0000
  3. @@ -373,7 +373,7 @@
  4. // here we define mp_raw_code_save_file depending on the port
  5. // TODO abstract this away properly
  6. -#if defined(__i386__) || defined(__x86_64__) || (defined(__arm__) && (defined(__unix__)))
  7. +#if defined(__i386__) || defined(__x86_64__) || defined(__unix__)
  8. #include <unistd.h>