It doesn't appear that gpc has a return value. I've seen compilers that will return non-0 for a file that failed to compile and a 0 for success. Is there a flag to enable this in GPC?
Adam
----------------------------------------------------------------------- C. Adam Oldham Marconi Commerce Systems Inc. Software Engineer 7300 West Friendly Ave. adam.oldham@marconi.com Greensboro, NC 27420-2087 Phone : 336.547.5952 Fax : 336.547.5079 ----------------------------------------------------------------------- This document contains confidential information of Marconi Commerce Systems Inc. In consideration of the receipt of this document, the recipient agrees not to reproduce, copy, use or transmit this document and/or the information contained herein, in whole or in part, or to suffer such actions by others, for any purpose except with written permission, first obtained, of Marconi Commerce Systems Inc., and further agrees to surrender the same to Marconi Commerce Systems Inc. upon demand. -----------------------------------------------------------------------
Oldham, Adam wrote:
It doesn't appear that gpc has a return value. I've seen compilers that will return non-0 for a file that failed to compile and a 0 for success. Is there a flag to enable this in GPC?
GPC should do the same, and AFAIK it does. Do you have any counter-example?
Frank