changed the literal notations of a raw string, a byte string, a raw byte string to have the @ sign before b, r, br, rb
This commit is contained in:
@ -1,14 +1,6 @@
|
||||
@pragma entry main
|
||||
|
||||
|
||||
function ensure (a, b, desc, line)
|
||||
{
|
||||
if (a != b)
|
||||
{
|
||||
printf ("FAILURE[%d] %s\n", line, desc);
|
||||
exit (-1);
|
||||
}
|
||||
}
|
||||
@include "ensure.inc";
|
||||
|
||||
function call_by_ref_1(&a, b, &c)
|
||||
{
|
||||
|
Reference in New Issue
Block a user