Changeset 2e614c3 in git for Singular/ipshell.h


Ignore:
Timestamp:
Dec 16, 2016, 12:10:35 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
dabd219c45cd08d34dc8597e196996e25eac62f1
Parents:
bb22f4df196434dc5259ef88083e879ec5946b5e
Message:
code cleanup: more const
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.h

    rbb22f4d r2e614c3  
    160160  short valid_for;
    161161};
    162 extern struct sValCmd2 dArith2[];
    163 extern struct sValCmd1 dArith1[];
    164 extern struct sValCmd3 dArith3[];
    165 extern struct sValCmdM dArithM[];
     162extern const struct sValCmd2 dArith2[];
     163extern const struct sValCmd1 dArith1[];
     164extern const struct sValCmd3 dArith3[];
     165extern const struct sValCmdM dArithM[];
    166166#endif
    167167
Note: See TracChangeset for help on using the changeset viewer.