commit-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bison/src closure.c


From: Paul Eggert
Subject: bison/src closure.c
Date: Thu, 12 Dec 2002 23:45:04 -0500

CVSROOT:        /cvsroot/bison
Module name:    bison
Changes by:     Paul Eggert <address@hidden>    02/12/12 23:45:04

Modified files:
        src            : closure.c 

Log message:
        All uses of XCALLOC, XMALLOC, and XREALLOC changed to use new macros
        CALLOC, MALLOC, REALLOC.  All uses of XFREE changed to free.
        
        Don't subtract from the value that malloc returns; it's not portable.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/closure.c.diff?tr1=1.65&tr2=1.66&r1=text&r2=text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]