1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- The types of the __default_path_delimiter and __default_path variables

were wrong.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15114 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2006-08-01 19:06:48 +00:00
parent 42acda07f3
commit 6cf4cc5b4a
3 changed files with 12 additions and 7 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: unistd_def_path.c,v 1.1 2006-08-01 17:01:13 obarthel Exp $
* $Id: unistd_def_path.c,v 1.2 2006-08-01 19:06:48 obarthel Exp $
*
* :ts=4
*
@ -37,4 +37,4 @@
/****************************************************************************/
char ** __default_path = "/gcc/bin:/SDK/C:/SDK/Local/C:/C:.";
char * __default_path = "/gcc/bin:/SDK/C:/SDK/Local/C:/C:.";