ref: c6c7b99fadba635b03653c784c5c03a3edd1ac25
parent: e28d8384fbe7e7fa45bb2a0ae7874d71a809644d
author: Anthony J. Bentley <[email protected]>
date: Thu Oct 9 23:48:52 EDT 2014
PATH_MAX is not exactly portable. Hack around it for now.
--- a/src/asm/fstack.c
+++ b/src/asm/fstack.c
@@ -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)
*