PATH_MAX is not exactly portable. Hack around it for now.

This commit is contained in:
Anthony J. Bentley
2014-10-10 03:48:52 -06:00
parent e28d8384fb
commit 42620e1248

View File

@@ -19,6 +19,10 @@
#include "extern/err.h"
#include "extern/strl.h"
#ifndef PATH_MAX
#define PATH_MAX 256
#endif
/*
* RGBAsm - FSTACK.C (FileStack routines)
*