Changed multi-line C comments into another style.
The left side doesn't look unbalanced.
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
;
|
||||
; void fast (void);
|
||||
; /* Switch the CPU into 2MHz mode. Note: This will disable video when in
|
||||
; * 40 column mode.
|
||||
; */
|
||||
; ** 40 column mode.
|
||||
; */
|
||||
;
|
||||
|
||||
.export _fast
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
;
|
||||
; 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
|
||||
; */
|
||||
;
|
||||
|
||||
.include "time.inc"
|
||||
|
||||
Reference in New Issue
Block a user