From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16689 invoked by alias); 28 Mar 2006 13:45:13 -0000 Received: (qmail 16676 invoked by uid 453); 28 Mar 2006 13:45:13 -0000 Date: Tue, 28 Mar 2006 13:45:00 -0000 Message-ID: <20060328134513.16674.qmail@sourceware.org> From: jlarmour@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/isoinfra/current ChangeLog inclu ... Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2006/txt/msg00077.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: jlarmour@sourceware.org 2006-03-28 13:45:13 Modified files: packages/isoinfra/current: ChangeLog packages/isoinfra/current/include: assert.h Log message: * include/assert.h: Replace #if defined(CYGINT_ISO_EXIT) with #if CYGINT_ISO_EXIT. CYGINT_ISO_EXIT configuration variable is always defined to either 0 or 1, so check of the former form is always evaluated to true.