diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-10-26 11:17:03 +0100 |
---|---|---|
committer | Elyes HAOUAS <ehaouas@noos.fr> | 2020-10-26 11:17:03 +0100 |
commit | 1407c65a92dd71c4a59966729f89a8c86ea2a270 (patch) | |
tree | 787301abd58b0b4d606ab58363ba92a177470020 /generate | |
parent | de82b0425d54fc96c249060fc09c46481ab52e12 (diff) | |
download | acpica-1407c65a92dd71c4a59966729f89a8c86ea2a270.tar.gz |
generate/lint/*.lnt: Remove unneeded whitespace at end of line
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Diffstat (limited to 'generate')
-rw-r--r-- | generate/lint/env-vc6.lnt | 14 | ||||
-rw-r--r-- | generate/lint/std32.lnt | 2 | ||||
-rw-r--r-- | generate/lint/std64.lnt | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/generate/lint/env-vc6.lnt b/generate/lint/env-vc6.lnt index ef7ffb8e5..adcf18df1 100644 --- a/generate/lint/env-vc6.lnt +++ b/generate/lint/env-vc6.lnt @@ -7,7 +7,7 @@ Unit Checkout ------------- - + For example, to add a unit check-out facility to the tools menu do the following: @@ -101,22 +101,22 @@ where, again, NAME is the name of the project. - If you are working with a Workspace containing multiple Projects + If you are working with a Workspace containing multiple Projects use the following commands for converting .dsp's to .lnt's: Command: C:\LINT\LINT-NT.EXE Arguments: -v -os(project.lnt) $(WkspName).dsp Initial Directory: $(WkspDir) - You will need to set a project as the active project before you can convert - its .dsp to a .lnt. To do so, select Project from the menu bar, then select - Set Active Project and choose a Project. You then click the newly added + You will need to set a project as the active project before you can convert + its .dsp to a .lnt. To do so, select Project from the menu bar, then select + Set Active Project and choose a Project. You then click the newly added conversion tool on the tools menu and then lint the project. Tool Bar -------- - - You also have the option of creating a PC-lint toolbar for your Visual C++ + + You also have the option of creating a PC-lint toolbar for your Visual C++ IDE. First create one or more tools as described above. Then, look at the Tools menu and make note of the icon(s) next to the menu item(s). It's usually a subscripted hammer; remember the subscript(s). diff --git a/generate/lint/std32.lnt b/generate/lint/std32.lnt index 37e5c36be..22e4e6042 100644 --- a/generate/lint/std32.lnt +++ b/generate/lint/std32.lnt @@ -6,7 +6,7 @@ -d_MSC_VER=1 +fll // enable long long +rw(__asm) // enable in-line assembly --esym( 950, __asm) +-esym( 950, __asm) // Used to track stack use -si4 -sp4 diff --git a/generate/lint/std64.lnt b/generate/lint/std64.lnt index 032c457e5..1bf16a4b2 100644 --- a/generate/lint/std64.lnt +++ b/generate/lint/std64.lnt @@ -14,4 +14,4 @@ -si4 -sl4 -sp8 -sll8 co.lnt -options.lnt +options.lnt |