Changeset d4cec6a in git for Singular/blackbox.h


Ignore:
Timestamp:
Jul 23, 2019, 11:31:27 AM (5 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7161acac8387482214ebcdd85e77266519f0cad2
Parents:
d906dc5d406b00b056fb825f5c5c8988ebcaceb3628fc3d0ec524cd36ca82c3a6275c0dcf5d73c83
Message:
Merge branch 'spielwiese' into stable
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/blackbox.h

    rd906dc rd4cec6a  
    8383/// struct for containing list of blackbox names and the number of them. 
    8484struct blackbox_list {
    85         int count = 0;
    86         void **list = NULL;
     85        int count;
     86        void **list;
    8787};
    8888
Note: See TracChangeset for help on using the changeset viewer.