| OLD | NEW |
| 1 /** | 1 /** |
| 2 * \file libyasm/valparam.h | 2 * \file libyasm/valparam.h |
| 3 * \brief YASM value/parameter interface. | 3 * \brief YASM value/parameter interface. |
| 4 * | 4 * |
| 5 * \rcs | |
| 6 * $Id: valparam.h 2101 2008-05-23 06:46:51Z peter $ | |
| 7 * \endrcs | |
| 8 * | |
| 9 * \license | 5 * \license |
| 10 * Copyright (C) 2001-2007 Peter Johnson | 6 * Copyright (C) 2001-2007 Peter Johnson |
| 11 * | 7 * |
| 12 * Redistribution and use in source and binary forms, with or without | 8 * Redistribution and use in source and binary forms, with or without |
| 13 * modification, are permitted provided that the following conditions | 9 * modification, are permitted provided that the following conditions |
| 14 * are met: | 10 * are met: |
| 15 * - Redistributions of source code must retain the above copyright | 11 * - Redistributions of source code must retain the above copyright |
| 16 * notice, this list of conditions and the following disclaimer. | 12 * notice, this list of conditions and the following disclaimer. |
| 17 * - Redistributions in binary form must reproduce the above copyright | 13 * - Redistributions in binary form must reproduce the above copyright |
| 18 * notice, this list of conditions and the following disclaimer in the | 14 * notice, this list of conditions and the following disclaimer in the |
| (...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 * \param obj unused | 399 * \param obj unused |
| 404 * \param vp valparam | 400 * \param vp valparam |
| 405 * \param line unused | 401 * \param line unused |
| 406 * \param data unused | 402 * \param data unused |
| 407 * \return 0 | 403 * \return 0 |
| 408 */ | 404 */ |
| 409 YASM_LIB_DECL | 405 YASM_LIB_DECL |
| 410 int yasm_dir_helper_valparam_warn(void *obj, yasm_valparam *vp, | 406 int yasm_dir_helper_valparam_warn(void *obj, yasm_valparam *vp, |
| 411 unsigned long line, void *data); | 407 unsigned long line, void *data); |
| 412 #endif | 408 #endif |
| OLD | NEW |