Pedro Vicente Nunes 9acff10584 [svn-r10915] Purpose: work around a compiler bug
Description:

while compiling in mir with pgcc -O2 a condition

if (name ) {
  do_something(name);
  }

 is executed when name is NULL

Solution:
avoid the error by checking the NULL pointer inside do_something(name);


Platforms tested:
linux (mir with pgcc 6.0)


Misc. update:
2005-06-13 15:06:47 -05:00
..
2005-06-04 00:01:12 -05:00
2005-06-07 10:42:47 -05:00
2005-06-04 00:01:12 -05:00
2005-06-04 00:01:12 -05:00
2005-06-04 00:01:12 -05:00
2005-06-04 00:01:12 -05:00
2005-06-04 00:01:12 -05:00
2005-06-02 16:00:23 -05:00
2005-02-11 12:40:52 -05:00
2005-06-04 00:01:12 -05:00