Changeset ae7d03c in mainline for uspace/app/sbi/src/run_expr.c


Ignore:
Timestamp:
2018-05-10T13:39:19Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e8975278
Parents:
b277bef
git-author:
Jiri Svoboda <jiri@…> (2018-05-10 07:38:12)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-10 13:39:19)
Message:

Selected ccheck-proposed comment fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/run_expr.c

    rb277bef rae7d03c  
    805805 * @param v2            Value of second argument
    806806 * @param res           Place to store result
    807 */
     807 */
    808808static void run_binop_char(run_t *run, stree_binop_t *binop, rdata_value_t *v1,
    809809    rdata_value_t *v2, rdata_item_t **res)
     
    878878 * @param v2            Value of second argument
    879879 * @param res           Place to store result
    880 */
     880 */
    881881static void run_binop_int(run_t *run, stree_binop_t *binop, rdata_value_t *v1,
    882882    rdata_value_t *v2, rdata_item_t **res)
     
    25772577 * @param assign        Assignment expression
    25782578 * @param res           Place to store result
    2579 */
     2579 */
    25802580static void run_assign(run_t *run, stree_assign_t *assign, rdata_item_t **res)
    25812581{
Note: See TracChangeset for help on using the changeset viewer.