mesa: remove //-style comments
This commit is contained in:
@@ -925,7 +925,7 @@ gen_return_with_expression(slang_assemble_ctx *A, slang_operation *oper)
|
||||
slang_operation_copy(rhs, &oper->children[0]);
|
||||
}
|
||||
|
||||
///blockOper->locals->outer_scope = oper->locals->outer_scope;
|
||||
/*blockOper->locals->outer_scope = oper->locals->outer_scope;*/
|
||||
|
||||
/*slang_print_tree(blockOper, 0);*/
|
||||
|
||||
|
||||
@@ -149,7 +149,7 @@ check_array_data(GLcontext *ctx, struct gl_client_array *array,
|
||||
array->Ptr, array->BufferObj->Name);
|
||||
f[k] = 1.0; /* XXX replace the bad value! */
|
||||
}
|
||||
//assert(!IS_INF_OR_NAN(f[k]));
|
||||
/*assert(!IS_INF_OR_NAN(f[k]));*/
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user