While we're off changing glib.h, correct some cosmetic nits. No changed

functionality.

-Yosh
This commit is contained in:
Manish Singh
1998-07-10 06:53:27 +00:00
parent 17856ab1cd
commit da0f2dde98
2 changed files with 22 additions and 22 deletions

4
glib.h
View File

@@ -134,7 +134,7 @@
#endif /* G_CODE_GENERATION */ #endif /* G_CODE_GENERATION */
/* Provide simple macro statement wrappers (adapted from Pearl): /* Provide simple macro statement wrappers (adapted from Perl):
* G_STMT_START { statements; } G_STMT_END; * G_STMT_START { statements; } G_STMT_END;
* can be used as a single statement, as in * can be used as a single statement, as in
* if (x) G_STMT_START { ... } G_STMT_END; else ... * if (x) G_STMT_START { ... } G_STMT_END; else ...
@@ -180,7 +180,7 @@
#endif /* !__GNUC__ */ #endif /* !__GNUC__ */
/* Hacker macro to place breakpoints for x86 machines. /* Hacker macro to place breakpoints for x86 machines.
* Actuall use is strongly deprecated of course ;) * Actual use is strongly deprecated of course ;)
*/ */
#if defined (__i386__) #if defined (__i386__)
#define G_BREAKPOINT() G_STMT_START{ __asm__ ("int $03"); }G_STMT_END #define G_BREAKPOINT() G_STMT_START{ __asm__ ("int $03"); }G_STMT_END

View File

@@ -134,7 +134,7 @@
#endif /* G_CODE_GENERATION */ #endif /* G_CODE_GENERATION */
/* Provide simple macro statement wrappers (adapted from Pearl): /* Provide simple macro statement wrappers (adapted from Perl):
* G_STMT_START { statements; } G_STMT_END; * G_STMT_START { statements; } G_STMT_END;
* can be used as a single statement, as in * can be used as a single statement, as in
* if (x) G_STMT_START { ... } G_STMT_END; else ... * if (x) G_STMT_START { ... } G_STMT_END; else ...
@@ -180,7 +180,7 @@
#endif /* !__GNUC__ */ #endif /* !__GNUC__ */
/* Hacker macro to place breakpoints for x86 machines. /* Hacker macro to place breakpoints for x86 machines.
* Actuall use is strongly deprecated of course ;) * Actual use is strongly deprecated of course ;)
*/ */
#if defined (__i386__) #if defined (__i386__)
#define G_BREAKPOINT() G_STMT_START{ __asm__ ("int $03"); }G_STMT_END #define G_BREAKPOINT() G_STMT_START{ __asm__ ("int $03"); }G_STMT_END