Skip to content

Commit

Permalink
Remove empty lines in kernel comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jun 17, 2017
1 parent 98e6b72 commit 9145578
Show file tree
Hide file tree
Showing 118 changed files with 1 addition and 670 deletions.
6 changes: 0 additions & 6 deletions hpcgap/src/gvars.c
Original file line number Diff line number Diff line change
Expand Up @@ -1030,14 +1030,12 @@ Obj FuncUNB_GVAR (

/****************************************************************************
**
*F * * * * * * * * * * * * * copies and fopies * * * * * * * * * * * * * * *
*/


/****************************************************************************
**
*V CopyAndFopyGVars . . . . . . kernel table of kernel copies and "fopies"
**
** This needs to be kept inside the kernel so that the copies can be updated
Expand Down Expand Up @@ -1360,14 +1358,12 @@ void SetGVar(GVarDescriptor *gvar, Obj obj)

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


/****************************************************************************
**
*V GVarFuncs . . . . . . . . . . . . . . . . . . list of functions to export
*/
static StructGVarFunc GVarFuncs [] = {
Expand Down Expand Up @@ -1420,7 +1416,6 @@ static StructGVarFunc GVarFuncs [] = {

/****************************************************************************
**
*F InitKernel( <module> ) . . . . . . . . initialise kernel data structures
*/
static Int InitKernel (
Expand Down Expand Up @@ -1610,6 +1605,5 @@ StructInitInfo * InitInfoGVars ( void )

/****************************************************************************
**
*E gvars.c . . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here
*/
6 changes: 0 additions & 6 deletions hpcgap/src/plist.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@

/****************************************************************************
**
*F GROW_PLIST(<list>,<plen>) . . . . make sure a plain list is large enough
**
*/
Expand Down Expand Up @@ -881,7 +880,6 @@ Obj FuncShrinkAllocationPlist( Obj self, Obj plist )

/****************************************************************************
**
*F FuncIS_PLIST_REP( <self>, <obj> ) . . . . . . . . handler for `IS_PLIST'
*/
Obj IsPListFilt;
Expand All @@ -896,7 +894,6 @@ Obj FuncIS_PLIST_REP (

/****************************************************************************
**
*F CopyPlist( <list>, <mut> ) . . . . . . . . . . . . . . copy a plain list
**
** 'CopyPlist' returns a structural (deep) copy of the plain list <list>,
Expand Down Expand Up @@ -1006,7 +1003,6 @@ void CleanPlistCopy (

/****************************************************************************
**
*F EqPlist(<left>,<right>) . . . . . . . . test if two plain lists are equal
**
** 'EqList' returns 'true' if the two plain lists <left> and <right> are
Expand Down Expand Up @@ -2720,7 +2716,6 @@ Obj FuncIsRectangularTablePlist( Obj self, Obj plist)

/****************************************************************************
**
*V BagNames . . . . . . . . . . . . . . . . . . . . . . . list of bag names
*/
static StructBagNames BagNames[] = {
Expand Down Expand Up @@ -4909,6 +4904,5 @@ StructInitInfo * InitInfoPlist ( void )

/****************************************************************************
**
*E plist.c . . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here
*/
3 changes: 0 additions & 3 deletions hpcgap/src/scanner.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ void Match (

/****************************************************************************
**
*F * * * * * * * * * * * open input/output functions * * * * * * * * * * * *
*/

Expand Down Expand Up @@ -1029,14 +1028,12 @@ UInt OpenAppend (

/****************************************************************************
**
*F * * * * * * * * * * * * * * input functions * * * * * * * * * * * * * * *
*/


/****************************************************************************
**
*V ReadLineFunc . . . . . . . . . . . . . . . . . . . . . . . . 'ReadLine'
*/
Obj ReadLineFunc;
Expand Down
5 changes: 0 additions & 5 deletions hpcgap/src/stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@

/****************************************************************************
**
*F EXEC_STAT(<stat>) . . . . . . . . . . . . . . . . . . execute a statement
**
** 'EXEC_STAT' executes the statement <stat>.
Expand Down Expand Up @@ -121,7 +120,6 @@ UInt (* ExecStatFuncs[256]) ( Stat stat );

/****************************************************************************
**
*F ExecUnknownStat(<stat>) . . . . . executor for statements of unknown type
**
** 'ExecUnknownStat' is the executor that is called if an attempt is made to
Expand Down Expand Up @@ -1728,7 +1726,6 @@ UInt ExecIntrStat (

/****************************************************************************
**
*F InterruptExecStat() . . . . . . . . interrupt the execution of statements
**
** 'InterruptExecStat' interrupts the execution of statements at the next
Expand Down Expand Up @@ -2172,7 +2169,6 @@ void PrintReturnVoid (

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

Expand Down Expand Up @@ -2339,6 +2335,5 @@ StructInitInfo * InitInfoStats ( void )

/****************************************************************************
**
*E stats.c . . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here
*/
21 changes: 0 additions & 21 deletions src/ariths.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

/****************************************************************************
**
*F * * * * * * * * * * * unary arithmetic operations * * * * * * * * * * * *
*/

Expand Down Expand Up @@ -330,7 +329,6 @@ Obj FuncAINV_MUT (

/****************************************************************************
**
*V OneFuncs[ <type> ] . . . . . . . . . . . . . . . . table of one methods
*/
ArithMethod1 OneFuncs [LAST_REAL_TNUM+1];
Expand Down Expand Up @@ -401,7 +399,6 @@ Obj FuncONE (

/****************************************************************************
**
*V OneMutFuncs[ <type> ] . . . . .table of mutability retaining one methods
*/
ArithMethod1 OneMutFuncs [LAST_REAL_TNUM+1];
Expand Down Expand Up @@ -473,7 +470,6 @@ Obj FuncONE_MUT (

/****************************************************************************
**
*V InvFuncs[ <type> ] . . . . . . . . . . . . . table of inverse functions
*/
ArithMethod1 InvFuncs [LAST_REAL_TNUM+1];
Expand Down Expand Up @@ -616,13 +612,11 @@ Obj FuncINV_MUT (

/****************************************************************************
**
*F * * * * * * * * * * * * * comparison operations * * * * * * * * * * * * *
*/

/****************************************************************************
**
*V EqFuncs[ <typeL> ][ <typeR> ] . . . . . . . . table of comparison methods
*/
CompaMethod EqFuncs [LAST_REAL_TNUM+1][LAST_REAL_TNUM+1];
Expand Down Expand Up @@ -715,7 +709,6 @@ Obj FuncEQ (

/****************************************************************************
**
*V LtFuncs[ <typeL> ][ <typeR> ] . . . . . . . . table of comparison methods
*/
CompaMethod LtFuncs [LAST_REAL_TNUM+1][LAST_REAL_TNUM+1];
Expand Down Expand Up @@ -789,7 +782,6 @@ Obj FuncLT (

/****************************************************************************
**
*V InFuncs[ <typeL> ][ <typeR> ] . . . . . . . . table of membership methods
*/
CompaMethod InFuncs [LAST_REAL_TNUM+1][LAST_REAL_TNUM+1];
Expand Down Expand Up @@ -877,13 +869,11 @@ Obj FuncIN (

/****************************************************************************
**
*F * * * * * * * * * * * binary arithmetic operations * * * * * * * * * * * *
*/

/****************************************************************************
**
*V SumFuncs[ <typeL> ][ <typeR> ] . . . . . . . . . . table of sum methods
*/
ArithMethod2 SumFuncs [LAST_REAL_TNUM+1][LAST_REAL_TNUM+1];
Expand Down Expand Up @@ -967,7 +957,6 @@ Obj FuncSUM (

/****************************************************************************
**
*V DiffFuncs[ <typeL> ][ <typeR> ] . . . . . . . table of difference methods
*/
ArithMethod2 DiffFuncs [LAST_REAL_TNUM+1][LAST_REAL_TNUM+1];
Expand Down Expand Up @@ -1081,7 +1070,6 @@ Obj FuncDIFF (

/****************************************************************************
**
*V ProdFuncs[ <typeL> ][ <typeR> ] . . . . . . . . table of product methods
*/
ArithMethod2 ProdFuncs [LAST_REAL_TNUM+1][LAST_REAL_TNUM+1];
Expand Down Expand Up @@ -1165,7 +1153,6 @@ Obj FuncPROD (

/****************************************************************************
**
*V QuoFuncs[ <typeL> ][ <typeR> ] . . . . . . . . table of quotient methods
*/
ArithMethod2 QuoFuncs [LAST_REAL_TNUM+1][LAST_REAL_TNUM+1];
Expand Down Expand Up @@ -1278,7 +1265,6 @@ Obj FuncQUO (

/****************************************************************************
**
*V LQuoFuncs[ <typeL> ][ <typeR> ] . . . . . table of left quotient methods
*/
ArithMethod2 LQuoFuncs [LAST_REAL_TNUM+1][LAST_REAL_TNUM+1];
Expand Down Expand Up @@ -1390,7 +1376,6 @@ Obj FuncLQUO (

/****************************************************************************
**
*V PowFuncs[ <typeL> ][ <typeR> ] . . . . . . . . . table of power methods
*/
ArithMethod2 PowFuncs [LAST_REAL_TNUM+1][LAST_REAL_TNUM+1];
Expand Down Expand Up @@ -1504,7 +1489,6 @@ Obj FuncPOW (

/****************************************************************************
**
*V CommFuncs[ <typeL> ][ <typeR> ] . . . . . . . table of commutator methods
*/
ArithMethod2 CommFuncs [LAST_REAL_TNUM+1][LAST_REAL_TNUM+1];
Expand Down Expand Up @@ -1619,7 +1603,6 @@ Obj FuncCOMM (

/****************************************************************************
**
*V ModFuncs[ <typeL> ][ <typeR> ] . . . . . . . table of remainder methods
*/
ArithMethod2 ModFuncs [LAST_REAL_TNUM+1][LAST_REAL_TNUM+1];
Expand Down Expand Up @@ -1704,13 +1687,11 @@ Obj FuncMOD (

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

/****************************************************************************
**
*V GVarAttrs . . . . . . . . . . . . . . . . . list of attributes to export
*/
static StructGVarAttr GVarAttrs [] = {
Expand Down Expand Up @@ -1817,7 +1798,6 @@ static StructGVarFunc GVarFuncs [] = {

/****************************************************************************
**
*F InitKernel( <module> ) . . . . . . . . initialise kernel data structures
*/
static Int InitKernel (
Expand Down Expand Up @@ -2017,7 +1997,6 @@ StructInitInfo * InitInfoAriths ( void )

/****************************************************************************
**
*E ariths.c . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here
*/

Expand Down
Loading

0 comments on commit 9145578

Please sign in to comment.