davidker / unisys_attic

Stale branches from unisys.git go here.
Other
0 stars 0 forks source link

CAT: inline: visornic_main.c: avoid inline functions in c files. #25

Closed davidker closed 7 years ago

davidker commented 7 years ago

Greg hath spoken:

static inline unsigned int

Don't use inline in a .c file, gcc is smarter than we are, trust it please.

This tracks it for the visornic_main.c file.