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


_______________________________________________
Global-commit mailing list
Global-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/global-commit

Reply via email to