projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb3214f
)
Add missing semicolon.
author
Ulf Möller
<ulf@openssl.org>
Thu, 6 May 1999 11:45:47 +0000
(11:45 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Thu, 6 May 1999 11:45:47 +0000
(11:45 +0000)
Submitted by: Janez Jere <jj@void.si>
util/pl/BC-32.pl
patch
|
blob
|
history
diff --git
a/util/pl/BC-32.pl
b/util/pl/BC-32.pl
index 7305c9566641c466b60431299d345128a0c95d11..de5b47bf97ee3500454d70035751fafb70d1d29b 100644
(file)
--- a/
util/pl/BC-32.pl
+++ b/
util/pl/BC-32.pl
@@
-18,9
+18,9
@@
$mlflags='';
$out_def="out32";
$tmp_def="tmp32";
$inc_def="inc32";
-#enable max error messages, disable most common
errors, and be quiet
+#enable max error messages, disable most common
warnings
$cflags="-j255 -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN ";
-$dcflags='n'
+$dcflags='n'
;
if ($debug)
{
$cflags.="-Od -y -v -vi- -D_DEBUG";