Comment-only changes.

This commit is contained in:
ManoloFLTK 2022-08-23 09:04:14 +02:00
parent 1631e39187
commit 4611327672
2 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,8 @@
# define Fl_Export_H
/*
* The following is only used when building DLLs under Windows...
* The following is used when building DLLs under Windows
* and when building .so's under unix/linux.
*/
# if defined(FL_DLL)

View File

@ -37,7 +37,7 @@
*/
/* The ARM header files have a bug by not taking into account that ARM cpu
* likes pacing to 4 bytes. This little trick defines our own version of
* likes packing to 4 bytes. This little trick defines our own version of
* XChar2b which does not have this problem
*/