libstdc++: Do not use def-file-line for each macro in <bits/version.h>
These line markers are not needed, because searching <bits/version.def> for a macro name works fine. Removing them means that small changes to <bits/version.def> do not result in large diffs to <bits/version.h> because of all the changed line numbers. libstdc++-v3/ChangeLog: * include/bits/version.tpl: Do not use def-file-line for each macro being defined. * include/bits/version.h: Regenerate.
This commit is contained in:
parent
52e9b70830
commit
314cbfe298
2 changed files with 1 additions and 188 deletions
File diff suppressed because it is too large
Load diff
|
@ -125,8 +125,7 @@ h
|
|||
|
||||
}*/
|
||||
/*{ FOR ftms
|
||||
}*/// /*{ (def-file-line "name") }*/
|
||||
#if !defined(__cpp_lib_/*{name}*/)
|
||||
}*/#if !defined(__cpp_lib_/*{name}*/)
|
||||
/*{ FOR values }*//*{ #
|
||||
|
||||
This macro block defines two versions of each FTM:
|
||||
|
|
Loading…
Add table
Reference in a new issue