Changeset 7258c6a in buchla-68k for vlib/cg3.c


Ignore:
Timestamp:
07/09/2017 04:45:34 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
8618599
Parents:
0292fbb
Message:

Use standard integer types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/cg3.c

    r0292fbb r7258c6a  
    33/* Generated:  1989-11-16  15:40:14 */
    44
    5 /* int  cg_rows = 14; */
    6 
    7 int     cg3[14][256] = {
     5/* int16_t      cg_rows = 14; */
     6
     7int16_t cg3[14][256] = {
    88
    99        {       /* Scan line 0 */
Note: See TracChangeset for help on using the changeset viewer.