Changeset 7d0c530 in git


Ignore:
Timestamp:
Dec 6, 2018, 3:24:00 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d2da42475ff907a1cae9a4238300b6ceedd66484
Parents:
97cdbbe5b7349518693e2fa92fbe86f925042a13
Message:
fix: mod_init should be static
Location:
Singular/LIB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/JMBTest.lib

    r97cdbb r7d0c530  
    4747LIB "ring.lib";
    4848////////////////////////////////////////////////////////////////////
    49 proc mod_init()
     49static proc mod_init()
    5050"USAGE:     mod_init();
    5151RETURN:   struct: jmp
  • Singular/LIB/JMSConst.lib

    r97cdbb r7d0c530  
    264264}
    265265////////////////////////////////////////////////////////////////////
    266 proc mod_init()
     266static proc mod_init()
    267267"USAGE:     mod_init();
    268268RETURN:   struct: jmp
Note: See TracChangeset for help on using the changeset viewer.