Changed multi-line C comments into another style.
The left side doesn't look unbalanced.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
/* */
|
||||
/* */
|
||||
/* (C) 1998-2012 Ullrich von Bassewitz */
|
||||
/* R<EFBFBD>merstrasse 52 */
|
||||
/* Roemerstrasse 52 */
|
||||
/* D-70794 Filderstadt */
|
||||
/* EMail: uz@cc65.org */
|
||||
/* */
|
||||
@@ -104,7 +104,8 @@ unsigned _clocks_per_sec (void);
|
||||
# define CLOCKS_PER_SEC 1 /* ANSI */
|
||||
#elif defined(__LYNX__)
|
||||
/* The clock-rate depends on the video scan-rate;
|
||||
** so, read it at run-time. */
|
||||
** so, read it at run-time.
|
||||
*/
|
||||
extern clock_t _clk_tck (void);
|
||||
# define CLK_TCK _clk_tck()
|
||||
# define CLOCKS_PER_SEC _clk_tck()
|
||||
@@ -114,10 +115,10 @@ extern clock_t _clk_tck (void);
|
||||
|
||||
time_t _systime (void);
|
||||
/* Similar to time(), but:
|
||||
* - Is not ISO C
|
||||
* - Does not take the additional pointer
|
||||
* - Does not set errno when returning -1
|
||||
*/
|
||||
** - Is not ISO C
|
||||
** - Does not take the additional pointer
|
||||
** - Does not set errno when returning -1
|
||||
*/
|
||||
|
||||
/* ISO C function prototypes */
|
||||
char* __fastcall__ asctime (const struct tm* timep);
|
||||
|
||||
Reference in New Issue
Block a user