global-commit
[Top][All Lists]
Advanced

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

[Global-commit] global/global global.c


From: Shigio YAMAGUCHI
Subject: [Global-commit] global/global global.c
Date: Wed, 05 Nov 2008 23:17:44 +0000

CVSROOT:        /sources/global
Module name:    global
Changes by:     Shigio YAMAGUCHI <shigio>       08/11/05 23:17:44

Modified files:
        global         : global.c 

Log message:
        In compact format, changed operations to nonexistent lines to avoid 
needless
        abnormal termination.
        
        -- Delete lines 20-last from the test.c.
        $ global -xr func
        
        [OLD]
        func      10 test.c           func(a);
        global: unexpected end of file. './test.c: 19/20'
        $ echo $?
        1                                               <- abnormal termination
        
        [NEW]
        func      10 test.c           func(a);
        func      20 test.c       -- Lost line          <- this line didn't 
exist
        $ echo $?
        0                                               <- normal termination

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/global/global/global.c?cvsroot=global&r1=1.193&r2=1.194




reply via email to

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