2013-07-18 09:12:07 -07:00
|
|
|
/*
|
2013-07-19 10:29:33 -07:00
|
|
|
Copyright (c) 2013 Microsoft Corporation. All rights reserved.
|
2013-07-18 09:12:07 -07:00
|
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
|
|
|
2013-07-19 10:29:33 -07:00
|
|
|
Author: Leonardo de Moura
|
2013-07-18 09:12:07 -07:00
|
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
// always define LEAN_DEBUG for unit-tests
|
|
|
|
#ifndef LEAN_DEBUG
|
|
|
|
#define LEAN_DEBUG
|
2013-07-19 10:29:33 -07:00
|
|
|
#endif
|
2013-09-13 03:35:29 -07:00
|
|
|
#include "util/debug.h"
|
2013-12-01 12:42:32 -08:00
|
|
|
#include "util/stackinfo.h"
|