Home
last modified time | relevance | path

Searched hist:f52924b480873b833669da47bdb8dff79054e67b (Results 1 – 2 of 2) sorted by relevance

/freebsd/bin/sh/
H A Dparser.hdiff f52924b480873b833669da47bdb8dff79054e67b Fri Aug 30 12:45:02 CEST 2013 Jilles Tjoelker <jilles@FreeBSD.org> sh: Cast -1 to pointer rather than pointer to variable of wrong type.

NEOF needs to be a non-null pointer distinct from valid union node pointers.
It is not dereferenced.

The new NEOF is much like SIG_ERR except that it is an object pointer
instead of a function pointer.

The variable tokpushback can now be static.
H A Dparser.cdiff f52924b480873b833669da47bdb8dff79054e67b Fri Aug 30 12:45:02 CEST 2013 Jilles Tjoelker <jilles@FreeBSD.org> sh: Cast -1 to pointer rather than pointer to variable of wrong type.

NEOF needs to be a non-null pointer distinct from valid union node pointers.
It is not dereferenced.

The new NEOF is much like SIG_ERR except that it is an object pointer
instead of a function pointer.

The variable tokpushback can now be static.