mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
sim: common: trim trailing whitespace
This commit is contained in:
@@ -176,7 +176,7 @@
|
||||
|
||||
Since no inlining is defined. All macro's get standard defaults
|
||||
(extern, static, ...).
|
||||
|
||||
|
||||
|
||||
|
||||
H_REVEALS_MODULE (alt includes our):
|
||||
@@ -226,7 +226,7 @@
|
||||
altprog.c defines ALTPROG_C and then includes sim-inline.c
|
||||
|
||||
sim-inline.c defines C_INLINE_C and then includes sim-inline.h
|
||||
|
||||
|
||||
In sim-inline.h the expression `` defined (SIM_INLINE) && !
|
||||
defined (OURPROG_C) && REVEAL_MODULE_P (OURPROG_INLINE) '' is
|
||||
true so it defines *_OURPROG as static and EXTERN_OURPROG_P as
|
||||
@@ -246,7 +246,7 @@
|
||||
ourprog.c defines OURPROG_C and then includes sim-inline.c
|
||||
|
||||
sim-inline.c defines C_INLINE_C and then includes sim-inline.h
|
||||
|
||||
|
||||
In sim-inline.h the term `` ! defined (OURPROG_C) '' is FALSE
|
||||
so it defines *_OURPROG as non-static and EXTERN_OURPROG_P as
|
||||
TRUE.
|
||||
|
||||
Reference in New Issue
Block a user