diff options
author | Brian Paul <[email protected]> | 2006-11-23 16:52:18 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-11-23 16:52:18 +0000 |
commit | f6ed86a1a5443d9eb22c6acb9f341713a47137f2 (patch) | |
tree | cad5c28c999e5ab36718b03687928e77268f3579 /src/mesa/shader/slang/slang_assemble_assignment.h | |
parent | 308b85f29f191409e42935a3ccd5c502bdf70608 (diff) |
indent
Diffstat (limited to 'src/mesa/shader/slang/slang_assemble_assignment.h')
-rw-r--r-- | src/mesa/shader/slang/slang_assemble_assignment.h | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/src/mesa/shader/slang/slang_assemble_assignment.h b/src/mesa/shader/slang/slang_assemble_assignment.h index 7b993b543b1..9e3d51d0e81 100644 --- a/src/mesa/shader/slang/slang_assemble_assignment.h +++ b/src/mesa/shader/slang/slang_assemble_assignment.h @@ -1,6 +1,6 @@ /* * Mesa 3-D graphics library - * Version: 6.5 + * Version: 6.5.2 * * Copyright (C) 2005-2006 Brian Paul All Rights Reserved. * @@ -22,21 +22,24 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#if !defined SLANG_ASSEMBLE_ASSIGNMENT_H +#ifndef SLANG_ASSEMBLE_ASSIGNMENT_H #define SLANG_ASSEMBLE_ASSIGNMENT_H #if defined __cplusplus extern "C" { #endif -GLboolean _slang_assemble_assignment (slang_assemble_ctx *, struct slang_operation_ *); -GLboolean _slang_assemble_assign (slang_assemble_ctx *, struct slang_operation_ *, const char *, - slang_ref_type); +extern GLboolean +_slang_assemble_assignment(slang_assemble_ctx *, struct slang_operation_ *); + +extern GLboolean +_slang_assemble_assign(slang_assemble_ctx *, struct slang_operation_ *, + const char *, slang_ref_type); + #ifdef __cplusplus } #endif -#endif - +#endif /* SLANG_ASSEMBLE_ASSIGNMENT_H */ |