Ticket #50689: patch-src-native-file_io.cc.diff
File patch-src-native-file_io.cc.diff, 462 bytes (added by txm.fourier@…, 9 years ago) |
---|
-
src/native/file_io.cc
old new 38 38 #include "../Performance.hh" 39 39 #include "../Tokenizer.hh" 40 40 41 #ifndef PATH_MAX 42 #define PATH_MAX 4096 43 #endif 44 41 45 // CONVENTION: all functions must have an axis argument (like X 42 46 // in A fun[X] B); the axis argument is a function number that selects 43 47 // one of several functions provided by this library...