-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix preprocessor warning "does not give a valid preprocessing token".
- Loading branch information
Showing
11 changed files
with
39 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
2017-07-31 Bruno Haible <[email protected]> | ||
|
||
Fix preprocessor warning "does not give a valid preprocessing token". | ||
Reported by Reini Urban at <https://savannah.gnu.org/support/?109280>. | ||
* common/asm-arm.sh: Don't put a colon inside the C() or L() argument. | ||
* common/asm-i386.sh: Likewise. | ||
* common/asm-m68k.sh: Likewise. | ||
* common/asm-sparc.sh: Likewise. | ||
* common/asm-x86_64.sh: Likewise. | ||
* common/asm-arm.h (FUNBEGIN): Don't put a colon inside the C() | ||
argument. | ||
* common/asm-i386.hh (FUNBEGIN): Likewise. | ||
* common/asm-m68k.h (FUNBEGIN): Likewise. | ||
* common/asm-sparc.h (FUNBEGIN): Likewise. | ||
* common/asm-x86_64.h (FUNBEGIN): Likewise. | ||
|
||
2017-07-31 Bruno Haible <[email protected]> | ||
|
||
Fix preprocessor warning "Unknown preprocessing directive". | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters