Browse Source

Add mp_import_stat to unix-cpy port.

pull/263/merge
Damien George 11 years ago
parent
commit
4a081b1001
  1. 4
      unix-cpy/main.c

4
unix-cpy/main.c

@ -80,3 +80,7 @@ int main(int argc, char **argv) {
machine_float_t machine_sqrt(machine_float_t x) {
return sqrt(x);
}
mp_import_stat_t mp_import_stat(const char *path) {
return MP_IMPORT_STAT_NO_EXIST;
}

Loading…
Cancel
Save