Changeset 4d0cbc7 in git for kernel


Ignore:
Timestamp:
Dec 19, 2011, 4:36:22 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
62b20a676b4c20cfdee48773925c850d105aba6e
Parents:
c92097b3d34e4c1be3c6c1f18dc0b7565968a293
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-19 16:36:22+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-06 21:09:32+01:00
Message:
further elimination of idhdl from libpolys/ & kernel/
Location:
kernel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kernel/gr_kstd2.cc

    rc92097b r4d0cbc7  
    971971
    972972  int i;
    973   idhdl h;
     973//  idhdl h;
    974974 /* setting global variables ------------------- */
    975975  strat->enterS = enterSBba;
  • kernel/kstd2.cc

    rc92097b r4d0cbc7  
    19691969{
    19701970  int i;
    1971   idhdl h;
     1971//  idhdl h;
    19721972 /* setting global variables ------------------- */
    19731973  strat->enterS = enterSBba; /* remains as is, we change enterT! */
  • kernel/structs.h

    rc92097b r4d0cbc7  
    7676/* the function pointer types */
    7777
    78 class idrec;
    79 typedef idrec *   idhdl;
    80 
    8178#endif /* __cplusplus */
    8279
Note: See TracChangeset for help on using the changeset viewer.