Skip to content
Snippets Groups Projects
Commit 6bace7e3 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Remove redundant NULL definition.

parent 1eb3951d
No related branches found
No related tags found
No related merge requests found
/*! \file List.h /*! \file List.h
*/ */
#ifndef NULL
#define NULL 0
#endif
#ifndef LIST_OUT_OF_BOUNDS_EXCEPTION #ifndef LIST_OUT_OF_BOUNDS_EXCEPTION
#define LIST_OUT_OF_BOUNDS_EXCEPTION 1 #define LIST_OUT_OF_BOUNDS_EXCEPTION 1
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment