Skip to content

Commit

Permalink
kernel: 'initialize package' -> module
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored and ChrisJefferson committed Mar 30, 2018
1 parent 81427d6 commit e4a8dca
Show file tree
Hide file tree
Showing 112 changed files with 112 additions and 112 deletions.
2 changes: 1 addition & 1 deletion src/ariths.c
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,7 @@ Obj FuncMOD (

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/ariths.h
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ extern void InstallModObject ( Int );

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/blister.c
Original file line number Diff line number Diff line change
Expand Up @@ -2221,7 +2221,7 @@ void MakeImmutableBlist( Obj blist )
/****************************************************************************
**
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/blister.h
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ static ALWAYS_INLINE void CopyBits(const UInt * fromblock,

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/bool.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ void LoadBool( Obj obj )

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/bool.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ extern Obj Undefined;

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/calls.c
Original file line number Diff line number Diff line change
Expand Up @@ -2023,7 +2023,7 @@ void LoadFunction ( Obj func )

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/calls.h
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ extern Obj CallFuncListOper;

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/code.c
Original file line number Diff line number Diff line change
Expand Up @@ -3299,7 +3299,7 @@ void LoadBody ( Obj body )

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/code.h
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@ extern Obj FilenameCache;

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/compiler.c
Original file line number Diff line number Diff line change
Expand Up @@ -5811,7 +5811,7 @@ Obj FuncCOMPILE_FUNC (

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extern Int CompileFunc (

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/costab.c
Original file line number Diff line number Diff line change
Expand Up @@ -2393,7 +2393,7 @@ Obj FuncTC_QUICK_SCAN (

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/costab.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/cyclotom.c
Original file line number Diff line number Diff line change
Expand Up @@ -2085,7 +2085,7 @@ void LoadCyc ( Obj cyc )
/****************************************************************************
**
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/cyclotom.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/dt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1718,7 +1718,7 @@ Obj FuncDT_evaluation(Obj self,

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/dt.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ extern Obj Power(

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/dteval.c
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ Obj FuncDTQuotient( Obj self,

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/dteval.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/exprs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1834,7 +1834,7 @@ Obj FuncFLUSH_FLOAT_LITERAL_CACHE(Obj self)

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/exprs.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ extern void (* PrintExprFuncs [256] ) ( Expr expr );

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/finfield.c
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ Obj FuncZ2 ( Obj self, Obj p, Obj d)

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/finfield.h
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ extern Obj TypeFFE (

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/funcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1745,7 +1745,7 @@ Obj FuncGetRecursionDepth( Obj self )

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/funcs.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static inline void CheckRecursionBefore( void )

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/gvars.c
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@ void SetGVar(GVarDescriptor *gvar, Obj obj)

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/gvars.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ extern void SetGVar(GVarDescriptor *gvar, Obj obj);

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/hookintrprtr.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ void DeactivatePrintHooks(struct PrintHooks * hook)

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/hpc/traverse.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ int PreMakeImmutableCheck(Obj obj);

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/integer.c
Original file line number Diff line number Diff line change
Expand Up @@ -2721,7 +2721,7 @@ Obj FuncRandomIntegerMT(Obj self, Obj mtstr, Obj nrbits)

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/integer.h
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ extern Obj BinomialInt(Obj n, Obj k);

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/intfuncs.c
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ Obj FuncMAKE_BITFIELDS(Obj self, Obj widths)

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/intfuncs.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Int HASHKEY_BAG_NC (Obj obj, UInt4 seed, Int skip, int read);

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/intrprtr.c
Original file line number Diff line number Diff line change
Expand Up @@ -4585,7 +4585,7 @@ void IntrAssertEnd3Args ( void )

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/intrprtr.h
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ extern void PushVoidObj ( void );

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/iostream.c
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ Obj FuncFD_OF_IOSTREAM(Obj self, Obj stream)

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/iostream.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

int CheckChildStatusChanged(int childPID, int status);

/*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
/*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/listfunc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,7 @@ Obj FuncLIST_WITH_IDENTICAL_ENTRIES(Obj self, Obj n, Obj obj)

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/listfunc.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ extern UInt RemoveDupsDensePlist (

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/listoper.c
Original file line number Diff line number Diff line change
Expand Up @@ -2197,7 +2197,7 @@ static Obj FuncMONOM_PROD( Obj self, Obj m1, Obj m2 ) {

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * * */
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * * */


/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/listoper.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Obj ProdListList (

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/lists.c
Original file line number Diff line number Diff line change
Expand Up @@ -2264,7 +2264,7 @@ void AsssListLevelCheck (

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
2 changes: 1 addition & 1 deletion src/lists.h
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ extern void AsssListLevelCheck (

/****************************************************************************
**
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
*F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * *
*/


Expand Down
Loading

0 comments on commit e4a8dca

Please sign in to comment.