/[m4]/m4/m4/path.c
ViewVC logotype

Diff of /m4/m4/path.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by gary, Tue Oct 7 14:10:13 2003 UTC revision 1.11 by gary, Thu Nov 13 12:05:58 2003 UTC
# Line 50  static void search_path_env_init (m4__se Line 50  static void search_path_env_init (m4__se
50  static void  static void
51  search_path_add (m4__search_path_info *info, const char *dir)  search_path_add (m4__search_path_info *info, const char *dir)
52  {  {
53    NEW (m4__search_path, path);    m4__search_path *path = xmalloc (sizeof m4__search_path);
54    
55    if (*dir == '\0')    if (*dir == '\0')
56      dir = ".";      dir = ".";

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26