Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: sebasguts <gutsche@mathematik.uni-siegen.de>
  • Loading branch information
fingolfin and sebasguts authored Apr 11, 2019
1 parent e49b2b2 commit e0351b8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/code.h
Original file line number Diff line number Diff line change
Expand Up @@ -697,10 +697,8 @@ Expr CodeFuncExprEnd(UInt nr, UInt pushExpr);
*F AddValueToBody( <val> ) . . . . . . . . . . . store value in values list
**
** 'AddValueToBody' adds a value into the value list of the body of the
** function currently being coded, and returns the index at which the
** value was inserted. This function must only be called while coding a
** function.
**
** function currently being coded, and returns the index at which the value
** was inserted. This function must only be called while coding a function.
*/
Int AddValueToBody(Obj val);

Expand Down Expand Up @@ -1110,7 +1108,7 @@ void CodePragma(Obj pragma);

/****************************************************************************
**
*F CodeLazyFloatExpr(<str>,<pushExpr>) . . . code literal string expression
*F CodeLazyFloatExpr(<str>,<pushExpr>) . . . . . code lazy float expression
*/
Expr CodeLazyFloatExpr(Obj str, UInt pushExpr);

Expand Down

0 comments on commit e0351b8

Please sign in to comment.