Changeset 2bf04b in git for libpolys/misc/options.c


Ignore:
Timestamp:
Nov 12, 2015, 2:39:46 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
6da2d6765f8866f8426131bf3a097a5c051e956e
Parents:
412c61b77c65fd4adca8f6576d7f1a597459552e
Message:
format
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/options.c

    r412c61 r2bf04b  
    66unsigned si_opt_2 = Sy_bit(V_QUIET)
    77                   //| Sy_bit(V_QRING) // not default, as speed drops by 10 %
    8                    | Sy_bit(V_REDEFINE)
    9                    | Sy_bit(V_LOAD_LIB)
    10                    | Sy_bit(V_SHOW_USE)
    11                    | Sy_bit(V_PROMPT)
    12                    ;
     8                   | Sy_bit(V_REDEFINE)
     9                   | Sy_bit(V_LOAD_LIB)
     10                   | Sy_bit(V_SHOW_USE)
     11                   | Sy_bit(V_PROMPT)
     12                   ;
    1313
Note: See TracChangeset for help on using the changeset viewer.