diff quicksort/quicksort_test.cbc @ 6:b59d31966d7d

change fonts.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Mon, 08 Feb 2010 03:50:27 +0900
parents 50e23a4b2f40
children
line wrap: on
line diff
--- a/quicksort/quicksort_test.cbc	Mon Feb 08 00:35:58 2010 +0900
+++ b/quicksort/quicksort_test.cbc	Mon Feb 08 03:50:27 2010 +0900
@@ -5,7 +5,7 @@
 
 #include"quicksort_test.h"
 
-extern __code quicksort(int *,int,int, __code (*)(void*), void*);
+extern code quicksort(int *,int,int, code (*)(void*), void*);
 
 
 void
@@ -88,7 +88,7 @@
 	return 1;
 }
 
-__code
+code
 exit0(void *arg)
 {
 	int *v = arg;