~ubuntu-branches/ubuntu/wily/seabios/wily-proposed

« back to all changes in this revision

Viewing changes to scripts/kconfig/util.c

  • Committer: Package Import Robot
  • Author(s): Serge Hallyn
  • Date: 2015-06-04 16:06:25 UTC
  • mfrom: (23.2.1 sid)
  • Revision ID: package-import@ubuntu.com-20150604160625-luaye2ktyn264doa
Tags: 1.8.1-2ubuntu1
* New debian release.  Remaining change:
  - Build with -fgnu89-inline for GCC 5 (doko)

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
        fprintf(stderr, "Out of memory.\n");
156
156
        exit(1);
157
157
}
158
 
 
159