This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, gfortran] Fix trailing whitespace in getenv ...


The attached patch removes trailing whitespace from the 
the variable NAME prior to the call to getenv.  BTW, g77
can't handle an environmental variable with a space in the
variable name.

2004-08-30  Steven G. Kargl  <kargls@comcast.net>

        * intrinsics/env.c (getenv, get_environmental_variable): Remove
          trailing white space.

-- 
Steve

Attachment: env.c.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]