mesa: remove //-style comments

This commit is contained in:
Brian Paul
2009-12-16 07:58:42 -07:00
parent ddfc2e7439
commit 6f202b53b0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);*/
+1 -1
View File
@@ -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;