Skip to content

Commit

Permalink
Temporary fix for MAXPATHLEN define for unix
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@912 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
levsa committed Feb 3, 2003
1 parent 13f4b0e commit 2f4ad24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modeq/runtime/systemimpl.c
Expand Up @@ -7,6 +7,10 @@
#include "read_write.h"
#include "../values.h"

#ifndef MAXPATHLEN
#define MAXPATHLEN 255
#endif

char * cc="/usr/bin/gcc";
char * cflags="-I$MOSHHOME/../c_runtime -L$MOSHHOME/../c_runtime -lc_runtime -lm";

Expand Down

0 comments on commit 2f4ad24

Please sign in to comment.