mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Move assert.h functions into their directory.
This commit is contained in:
parent
18356edb69
commit
e87e891ca3
3 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ CXXFLAGS=-std=gnu++11 -fno-exceptions -fno-rtti
|
|||
ASFLAGS=
|
||||
|
||||
FREEOBJS=\
|
||||
_assert.o \
|
||||
assert/_assert.o \
|
||||
clearerr.o \
|
||||
c++.o \
|
||||
ctype.o \
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
_assert.cpp
|
||||
assert/_assert.cpp
|
||||
Reports the occurence of an assertion failure.
|
||||
|
||||
*******************************************************************************/
|
0
libc/sortix/assert/.gitignore
vendored
Normal file
0
libc/sortix/assert/.gitignore
vendored
Normal file
Loading…
Add table
Reference in a new issue