Skip to content

Commit 25ef956

Browse files
committed
PR #9605 different fixes
- forgot the `long double`
1 parent af398b2 commit 25ef956

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pre.l

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2759,6 +2759,7 @@ static QCString removeIdsAndMarkers(const QCString &s)
27592759
{ "long long int", sizeof(long long int) },
27602760
{ "long int", sizeof(long int) },
27612761
{ "long long", sizeof(long long) },
2762+
{ "long double", sizeof(long double) },
27622763
{ "int", sizeof(int) },
27632764
{ "short", sizeof(short) },
27642765
{ "bool", sizeof(bool) },

0 commit comments

Comments
 (0)