mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 22:28:06 +02:00
Use NULL tests of the form `if (ptr)' or `if (!ptr)'. They do not depend on the definition of the symbol NULL. Further, they provide the opportunity for the accidental assignment, are clear and succinct. Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Signed-off-by: Marek Olšák <marek.olsak@amd.com> |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| Makefile.sources | ||
| noop_pipe.c | ||
| noop_public.h | ||
| noop_state.c | ||
| SConscript | ||