diff options
author | peter klausler <pklausler@nvidia.com> | 2018-07-18 12:54:30 -0700 |
---|---|---|
committer | peter klausler <pklausler@nvidia.com> | 2018-07-19 09:54:24 -0700 |
commit | 8119fe881de6fa327ee361da749e6afa3ade48bf (patch) | |
tree | 84ced5db6605749af94ca97516a305ebf266ab02 /flang/documentation | |
parent | d100bcbc9f020894aae6880f3c393b5be2002961 (diff) | |
download | llvm-8119fe881de6fa327ee361da749e6afa3ade48bf.tar.gz |
[flang] Ready for merge.
Original-commit: flang-compiler/f18@f39949fc7de5d319c180c3c76322df0fa462140c
Reviewed-on: https://github.com/flang-compiler/f18/pull/130
Diffstat (limited to 'flang/documentation')
-rw-r--r-- | flang/documentation/extensions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/documentation/extensions.md b/flang/documentation/extensions.md index c8bc263b3b6d..5afc3e949065 100644 --- a/flang/documentation/extensions.md +++ b/flang/documentation/extensions.md @@ -29,7 +29,7 @@ Extensions, deletions, and legacy features supported by default * `X` prefix/suffix as synonym for `Z` on hexadecimal literals * `B`, `O`, `Z`, and `X` accepted as suffixes as well as prefixes * Triplets allowed in array constructors -* Old-style `PARAMETER pi=3.14` statement (no parentheses) +* Old-style `PARAMETER pi=3.14` statement without parentheses * `%LOC`, `%VAL`, and `%REF` * Leading comma allowed before I/O item list * Empty parentheses allowed in `PROGRAM P()` |