/frama-c-Nitrogen-20111001/src/kernel/special_hooks.mli

# · OCaml · 30 lines · 0 code · 2 blank · 28 comment · 0 complexity · 859c3a2f35045543fdaba28265c76e8b MD5 · raw file

  1. (**************************************************************************)
  2. (* *)
  3. (* This file is part of Frama-C. *)
  4. (* *)
  5. (* Copyright (C) 2007-2011 *)
  6. (* CEA (Commissariat ? l'énergie atomique et aux énergies *)
  7. (* alternatives) *)
  8. (* *)
  9. (* you can redistribute it and/or modify it under the terms of the GNU *)
  10. (* Lesser General Public License as published by the Free Software *)
  11. (* Foundation, version 2.1. *)
  12. (* *)
  13. (* It is distributed in the hope that it will be useful, *)
  14. (* but WITHOUT ANY WARRANTY; without even the implied warranty of *)
  15. (* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *)
  16. (* GNU Lesser General Public License for more details. *)
  17. (* *)
  18. (* See the GNU Lesser General Public License version 2.1 *)
  19. (* for more details (enclosed in the file licenses/LGPLv2.1). *)
  20. (* *)
  21. (**************************************************************************)
  22. (** Nothing is export: just register some special hooks for Frama-C.
  23. @since Beryllium-20090601-beta1 *)
  24. (*
  25. Local Variables:
  26. compile-command: "LC_ALL=C make -C ../.. -j"
  27. End:
  28. *)