more headers
[libfirm] / testprograms / while_example.c
index fa8c012..7f62155 100644 (file)
@@ -21,9 +21,9 @@
 /**
 *  This file constructs the ir for the following pseudo-program:
 *
-*  main(int a) {        /*  pos 0 */
-*    int b = 1;         /*  pos 1 */
-*    int h;             /*  pos 2 */
+*  main(int a) {        //  pos 0
+*    int b = 1;         //  pos 1
+*    int h;             //  pos 2
 *
 *    while (0 == 2) loop {
 *      h = a;