diff vm/vmcmd.c @ 243:e75c52894630 src

* assert(0) does not always and the program (see NDEBUG) * use abort(), where we should really terminate * reversed return value of getbits_init (I prefer booleans)
author mroi
date Wed, 03 Mar 2004 16:50:42 +0000
parents 9b1b740e3fc9
children 130c10495b66
line wrap: on
line diff
--- a/vm/vmcmd.c	Wed Mar 03 16:48:36 2004 +0000
+++ b/vm/vmcmd.c	Wed Mar 03 16:50:42 2004 +0000
@@ -1,5 +1,6 @@
 /*
  * Copyright (C) 2000, 2001 Martin Norbäck, Håkan Hjort
+ *               2002-2004 the dvdnav project
  * 
  * This file is part of libdvdnav, a DVD navigation library. It is modified
  * from a file originally part of the Ogle DVD player.
@@ -29,7 +30,6 @@
 #include <stdio.h>
 #include <ctype.h>
 #include <inttypes.h>
-#include <assert.h>
 
 #include "dvdnav_internal.h"