fb39ca4 / picoc

Automatically exported from code.google.com/p/picoc
0 stars 0 forks source link

Pointer arithmetic on void * is non-portable #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Pointer arithmetic on void * is non-portable - it's a gcc extension. Use
char * instead.

Original issue reported on code.google.com by zik.sale...@gmail.com on 2 Jun 2009 at 12:47

GoogleCodeExporter commented 9 years ago
Now using char * instead

Original comment by zik.sale...@gmail.com on 3 Jun 2009 at 12:18