mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-17 02:57:33 -05:00
Fix unterminated comments in previous checkin
[originally from svn r3746]
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* end #ifdef __LCC__
|
||||
#endif /* end #ifdef __LCC__ */
|
||||
|
||||
/* Some systems don't define this, so I do it myself if necessary */
|
||||
#ifndef RT_MANIFEST
|
||||
|
@ -11,7 +11,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* end #ifdef __LCC__
|
||||
#endif /* end #ifdef __LCC__ */
|
||||
|
||||
/* Some systems don't define this, so I do it myself if necessary */
|
||||
#ifndef RT_MANIFEST
|
||||
|
@ -11,7 +11,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* end #ifdef __LCC__
|
||||
#endif /* end #ifdef __LCC__ */
|
||||
|
||||
/* Some systems don't define this, so I do it myself if necessary */
|
||||
#ifndef TCS_MULTILINE
|
||||
|
Reference in New Issue
Block a user