Ticket #50689: patch-src-native-file_io.cc.diff

File patch-src-native-file_io.cc.diff, 462 bytes (added by txm.fourier@…, 8 years ago)

Patch to be able to compile

  • src/native/file_io.cc

    old new  
    3838#include "../Performance.hh"
    3939#include "../Tokenizer.hh"
    4040
     41#ifndef PATH_MAX
     42#define PATH_MAX 4096
     43#endif
     44
    4145   // CONVENTION: all functions must have an axis argument (like X
    4246   // in A fun[X] B); the axis argument is a function number that selects
    4347   // one of several functions provided by this library...