chiark / gitweb /
@@@ man wip
[mLib] / utils / exc.3
index d4c7eb9e7cb92408bc90e69ed554dca792ffcdae..92b65c30873c404c4d5bef11f875e1e48466f2f5 100644 (file)
@@ -49,7 +49,7 @@ exc \- exception handling for C programs
 .nf
 .B "typedef void (*exc__uncaught)(exc_extype, exc_exval);"
 .BI "exc__uncaught exc_uncaught(exc__uncaught " proc );
-
+.PP
 .BI "exc_extype EXC_PAIR(unsigned char " x ", unsigned char " y );
 .BI "exc_extype EXC_ALLOC(exc_extype " owner ", exc_extype " type );
 .BI "exc_extype EXC_ALLOCN(exc_extype " owner ", exc_extype " type );