Skip to content
Snippets Groups Projects
Commit c40cb7e0 authored by Oliver Sander's avatar Oliver Sander
Browse files

SEARCHALL is an enum now

[[Imported from SVN: r8180]]
parent b7a1b07b
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,8 @@ START_UG_NAMESPACE
enum {NAMESIZE = 128}; /* max length of name string */
enum {NAMELEN = 127}; /* NAMESIZE-1 */
#define NAMELENSTR "127" /* NAMESIZE-1 as string */
#define SEARCHALL -1 /* scan through all directories */
enum {SEARCHALL = -1}; /*!< Scan through all directories */
#define DIRSEP "/" /* character separating directories */
/* directories with odd numbers */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment