Mercurial > hg > octave-lyh
comparison README @ 15221:a83b7b2f95ee
avoid C-style cast warnings from GCC for wait-related macros
* lo-utils.h (octave_wait): New class.
* lo-cutils.h, lo-cutils.c (octave_wifexited, octave_wexitstatus,
octave_wifsignaled, octave_wtermsig, octave_wcoredump,
octave_wifstopped, octave_wstopsig, octave_wifcontinued):
New functions.
* toplev.cc, pager.cc, syscalls.cc: Use octave_wait functions instead
of WIFEXITED, WEXITSTATUS, WIFSIGNALED, WTERMSIG, WCOREDUMP,
WIFSTOPPED, WSTOPSIG, WIFCONTINUED macros.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 23 Aug 2012 12:18:08 -0400 |
parents | 72c96de7a403 |
children | c49d891eb263 |
comparison
equal
deleted
inserted
replaced
15220:61822c866ba1 | 15221:a83b7b2f95ee |
---|