/[pspp]/pspp/src/case.c
ViewVC logotype

Diff of /pspp/src/case.c

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

revision 1.6 by blp, Sun Jul 31 05:37:30 2005 UTC revision 1.7 by blp, Wed Oct 26 05:06:14 2005 UTC
# Line 92  void Line 92  void
92  case_create (struct ccase *c, size_t value_cnt)  case_create (struct ccase *c, size_t value_cnt)
93  {  {
94    if (!case_try_create (c, value_cnt))    if (!case_try_create (c, value_cnt))
95      out_of_memory ();      xalloc_die ();
96  }  }
97    
98  #ifdef GLOBAL_DEBUGGING  #ifdef GLOBAL_DEBUGGING

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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